I need help moving a decimal place

Good morning all. I have the following that needs
manipulating. The first set of numbers is the raw data I have
access too.
Latitude: 3.13929
Longitude: -8.14461
I need it formatted like this:
Latitude: 31.3929
Longitude: -81.4461
I need to move that decimal place to the right one spot. Any
ideas? I have thought of REPLACE, create new value and insert but
my head hurts. I just need some ideas.
Thanks
Terry

Multiply it by 10:
<cfset Latitude = 3.13929>
<cfset NewLatitude = Latitude * 10>
<cfset Longitude = -8.14461>
<cfset NewLongitude = Longitude * 10>
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Fordwebs, LLC
http://www.fordwebs.com
"WhozitsPop" <[email protected]> wrote in
message
news:ga3elo$1ju$[email protected]..
> Good morning all. I have the following that needs
manipulating. The
> first set
> of numbers is the raw data I have access too.
>
> Latitude: 3.13929
> Longitude: -8.14461
>
> I need it formatted like this:
>
> Latitude: 31.3929
> Longitude: -81.4461
>
> I need to move that decimal place to the right one spot.
Any ideas? I
> have
> thought of REPLACE, create new value and insert but my
head hurts. I just
> need
> some ideas.
>
> Thanks
> Terry
>
>

Similar Messages

  • Amount has moved one decimal place in the report

    Hi,
    I am looking in to a report at present, Transaction amount has moved one decimal place, while the local amount stays the same. Any one could tell me the possible reason for this?
    Thanks in advance
    RN

    Hi,
    Check this link,
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/key-figure-in-cube-is-multiplied-by-100-when-displayed-in-bex-report-743076
    same issue find in this.
    Hope it will help you.
    Thanks,
    Hema

  • Need help to trace the place where error occuring in Web UI of type System

    Hi All,
    Need help to trace the place where error occurring in Web UI of type System error,
    this error coming while saving the corporate account creation,
    error message description : - System error: Interruption in Routine READ TABLE GT_CHAR_VAL, CHAR_NAME = PVTLTD_CLEAN_SEGMENT
    System error: Interruption in Routine READ TABLE GT_CHAR_VAL, CHAR_NAME = PVTLTD_CLEAN_CLASS-CP
    thanking you.
    Best Regards,
    VijHyd

    Hi Nagaraj,
    See that the mandatory SICF setting are enabled or Active in the SICF Services.  Follow the steps as below:-
    Enter the TCode SICF
    Execute the same for Hierarchy Type SICF.
    Check the following SAP Note 1295006.
    If every thing is Active then, the IC Agent role will open.
    Still if it is not opening Let me know.
    regards,
    Sarangamath

  • I need help moving my Photoshop 7 from my old laptop to my new laptop which is running Windows 7 Enterprise.  I've tried two routes unsuccessfully.  I install the CD, it does not autoplay.  I execute Autoplay.exe at the root directory, I am welcomed, I ch

    I need help moving my Photoshop 7 from my old laptop to my new laptop which is running Windows 7 Enterprise. I’ve tried two routes unsuccessfully. I install the CD, it does not autoplay. I execute Autoplay.exe at the root directory, I am welcomed, I choose English, I accept the EULA, I get the Install/Explore choices window, with the Install button already selected, I click the Photoshop button, the CD spins, and nothing happens.  In the 2nd attempt I execute Setup.exe in the Photoshop directory, and nothing happens at all.  I’m never even offered the opportunity to enter my product code. What should I do?

    There could is likely a compatibility problem between the old software and the newer operating system.

  • I am working on a program book in Pages...need help moving pages around...

    I am working on a program book in Pages...need help moving pages around...

    I think word procession mode but I used a magazine template to get started and then just kept adding blank pages to finish...I have done these before without any trouble moving the pages around...so very confused.  Thanks for any assistance. 

  • Need help moving videos/photos from Galaxy S4 to iMac

    need help moving videos/photos from Galaxy S4 to iMac
    Samsung's utility Kies is awful
    Hlpe please

    did this
    import photos from android to mac
    got this, try it
    http://www.phototransferapp.com/help/android/transfer_photos_from_your_android_t o_your_mac/
    or use the first link to try some of the google hits for ways to get photos from android devices into osx

  • I need to get 2 decimal places when using a formula for a quotient and Numbers will only give me whole integers which is useless since most items will be less than 1. How can I change this?

    How do I get 2 decimal places when using a formula for a quotient? It only gives me whole integers. Most of the results will be less than 1 so I need 2 decimal places

    the quotient function returns only whole number portion of the dividing two numbers.  If you want the actual decimal value use the divide operator.  you enter this as:
    A/B
    if the numerator is in A1 and the denominator is in B1 you can enter the formula like this:
    =A1/B1

  • Need to display without decimal places

    hi
    i database two fields are defined as fltp10) and fltp16 i need to display them as num (10) and num (12) and without decimal places
    please suggest i will definately rewards points to helpfull answers
    regards
    arora

    Hi Arora
    Do you mean, you need to display ignoring the decimal value???
    If so you can declare a variable of same lenght of type N and move the value, that will do the task.
    By default when we move numerical values it brings leading ZEROES.
    If the requirement is to remove the leading zeroes move to a integer type variable.
    Kind Regards
    Eswar

  • Newbie Needs Help - Moving to CD

    I'm running winXP and have downloaded the latest CS 5.5 version of Dreamweaver - I've created a small series of interlinking web pages with the 'main site' being a folder on my Desktop called Testsite.  As far as I'm aware all the relevant pages/documets/images are contaned within my Desktop folder and everything runs from index.html which sits within my testsite folder.   Ultimately, I would like to be able put a CD in a drive and automatically launch a browser that would open my home page (i.e. index.html).  I need help on all this but I will googe for the auto launch bit - at the moment I would appreciate any advice on burnng my site to a CD.  Because I have created the site on my PC I'm assuming all my dreamweaver internals/links are in the form C:\Documents and Settings\username\Desktop\Testsite - so I'm guessing if I just copy my Desktop Testsite folder to a CD and run index.html on another PC my little web site is not going to work.  I have googled but keep getting pages about running the actual Dreamweaver applicaton from a CD and installing it on a PC - not the way I want to do it.  I'm not interested in moving Dreamweaver to a CD - just the site/pages I have created.  Any advice apprecited.

    All long as all of your files are linked with relative links (eg: /path/to/file.jpg and not http://www.domain.com/path/to/file.jpg) you should be fine.  Auto-starting can be an issue because there are some operating systems that don't auto start discs.  So you should maybe include instructions with your disc in case the autorun does not work.

  • Need help moving my cs5 illustrator and photoshop to my new computer

    I need help installing my cs5 illustrator and photoshop on my new computer

    I have a macbook air...not sure what operating system....
    Kelsey West
    Kelsey West Designs
    [email protected]
    818.631.0172
    [image:
    http://www.hmcatering.com/wp-content/uploads/2013/03/AsSeenOnSMP_Blue.png][image:
    http://tobinphotography.com/wp-content/uploads/2013/02/Style_me_pretty_blog_badge.png]

  • Need help moving photoshop 7.0.1 to new computer

    I hope everyone is doing well. I also hope someone can help me out. I need to move/load Photoshop 7.0.1 onto a different computer - o/s Windows XP Professional v.2002. We are a small company with no IT department and the original CDs and product keys/proof of purchase are lonnnnnnnnng gone. Upgrading is not an option at this time, the powers that be will most likely tell me to do my photoshop work on the laptop, but I want everything at my fingertips at my desk. Too much to ask? Apparently it is because I cannot figure out how to load onto my desktop.
    I've read, in several places, that Adobe allows the user to download the software to two computers, but I don't know if its ever been loaded elsewhere and when I moved the file from my laptop to our rustic server - didn't work. Then I tried copying everything to a memory stick and moving it to my new computer BUT there is no .exe file when I do this. I can't make it run. And never did I receive an messages that scream - hey you, you can't load this on more than two computers.
    I called Adobe and they informed me that they no longer support this version over the phone and that I should check out the forums. Unfortunately, I cannot find the info I need on the forum. Perhaps I'm using the wrong terminology in my search - I have tried several variations...loading, moving, reinstalling....and come up empty. Actually, come up with lots of stuff (from years ago) that doesn't help. In one post I thought could be the holy grail, there was a link that bottomed out - took me nowhere.
    I don't what else to do, I don't know what the google anymore. I'm hopeful someone has an answer other than an upgrade. Thanks.

    Note that I am assuming you're properly licensed to be able to run the app on your new computer.  I do not propose doing anything illegal.
    With the ollld versions of Photoshop, like the one you have, you can try going through a process like this:
    1.  Copy the entire c:\Program Files\Adobe\Photoshop 7.0 folder to the new computer.
    2.  Try to run Photoshop on the new computer.
    3.  Note any "missing DLL" message.
    4.  Locate the DLL on the old computer (e.g., in C:\Windows\System32 or wherever), and copy it to the same place on the new computer.
    5.  Repeat steps 2 through 4 until no more "missing DLL" messages present themselves.
    There may be other types of messages you'll see.  They're usually descriptive enough to be able to determine what it's looking for that it does not have.  If you get one you're unsure of how to handle, post it here.
    -Noel

  • I need help moving two objects at the same time

    I am try to create a code that will move a mini map to where the user wants in a game. As a test I created a square and converted it to a movie and named it sq. Then I created another square and converted it to a button and named it bt. I also made bt half the size of sq and placed bt at the center of sq. I then created a drag code which like this:
    sq.addEventListener(MouseEvent.MOUSE_DOWN, startDragging); // Start dragging square by user
    sq.addEventListener(MouseEvent.MOUSE_UP, stopDragging); // Stop dragging square by user
    function stopDragging(evt:MouseEvent):void
    sq.stopDrag();
    bt.x=sq.x;
    bt.y=sq.y;
    // this moved bt to sq(x,y) when mousebutton was released
    function startDragging(evt:MouseEvent):void
    sq.startDrag();
    bt.x=sq.x;
    bt.y=sq.y;
    // this moved bt to sq(x,y) when mouse button was pushed down
    I am trying to get sq and bt to move smootly together, but as it stands right now it just jumps from place to place.
    I have tried looking for some kind of linking code in abode help search, however, I am not sure want to look for exactlly

    The mouseDown and mouseUp events are single action events, so the button will only change positions on either the mouseDown or the mouseUp events. If you add a mouseMove event listener, then you can change the location of the button every time the square moves. Alternately, you could use an enterframe event to change the location of the button relative to the square. Try this code:
    sq.addEventListener(MouseEvent.MOUSE_DOWN, startDragging); // Start dragging square by user
    sq.addEventListener(MouseEvent.MOUSE_UP, stopDragging); // Stop dragging square by user
    sq.addEventListener(MouseEvent.MOUSE_MOVE,dragButton);
    function stopDragging(evt:MouseEvent):void
    sq.stopDrag();
    function startDragging(evt:MouseEvent):void
    sq.startDrag();
    function dragButton(evt:MouseEvent):void {
              bt.x = sq.x;
              bt.y = sq.y;

  • IPhoto Library moved to External Hard Drive and need help moving library

    Hi - Recently I had my hard drive replaced. I purchased Disk Warrior and moved all files to my external hard drive. Now that my hard drive has been replaced, I'm having trouble moving all my photos back to iPhoto. Nearly all of my 8K+ photos are blurry after I import and enlarge. The ones that are fine have dimensions of or more than 1K x 1K. The digital photos that I moved and are blurry when enlarged are 340x360 (hundreds range). How can I correct?
    Thanks so much in advance.
    Audra

    I think I might need to back up ---- So I had a failing hard drive, went to Apple and purchased Disk Warrior. Installed Disk Warrior and tried to recover everything from my hard drive. Then all that was recovered was supposedly moved to my external hard drive. I have now received my computer back with the new hard drive. I plug in my external hard drive and have been trying to move all my images from the external hard drive to iphoto. In both places (external HD and when the photos are imported), the image is at the lower dimensions.
    Thanks for your time.

  • Need help - Moving my Itunes to an external hard drive

    Help! Help! Help! Am tearing my hair out here!
    I recently got my first Ipod so please excuse if I'm being thick here! Basically, I'm about two thirds of the way downloading my not insignificant CD collection onto my Ipod, which I'm doing via Itunes. The C drive on my laptop is now full to bursting and I don't even have enough space left for my anti virus (big problem!). Therefore, I am wanting to transfer my itunes to an external hard drive. First, I followed the instructions on this site for Backing up itunes library by copying to a external hard drive.........
    http://support.apple.com/kb/HT1751?viewlocale=en_US
    All that succeeding in doing was mirroring whatever I did on the C:/ drive on the E:/ drive i.e. if I deleted itunes from the C:/ drive it disappeared from the E:/ drive.
    Next, I followed these instructions for Moving the itunes media folder to the external drive.
    http://support.apple.com/kb/HT1364
    This too didn't help as the media folder is not the problem, its the library as its 735kb! Am I right in thinking there's no way of moving the library to the external drive whilst wiping it from the C;/ drive? I need to get these darn files off my laptop and to use my external drive for my itunes. Alternatively, if I were to wipe the files to free up the space (as they are backed up on the hard drive) is there a way of syncing so that it simply adds new stuff to the existing music on my ipod not replacing it..
    Hope I'm making sense and that someone can help.

    First, I followed the instructions on this site for Backing up itunes library by copying to a external hard drive.........
    That's what it does. It makes a backup copy of the iTunes folder. iTunes will not use that folder or do anything to that folder.
    All that succeeding in doing was mirroring whatever I did on the C:/ drive on the E:/ drive i.e. if I deleted itunes from the C:/ drive it disappeared from the E:/ drive.
    Do you mean after you followed the instructions and copied \Music\iTunes folder to the external drive and then deleted something from iTunes, it deleted it from the external drive also?
    As above, iTunes will not use or do anything to that folder.
    Next, I followed these instructions for Moving the itunes media folder to the external drive.
    Why? You already copied the entire iTunes folder (including th emedia folder) to the external drive.
    Hold Shift and launch iTunes.
    Select *Choose library* and select the _iTunes library.itl_ file in the iTunes folder on the external.
    This too didn't help as the media folder is not the problem, its the library as its 735kb!
    What do you mean "the library"?
    735kB is small for the iTunes library.itl file and a single file in iTunes is larger than that.
    Am I right in thinking there's no way of moving the library to the external drive whilst wiping it from the C;/ drive?
    Yes. Follow my intruction above (Choose library) and iTunes will use the iTunes folder on the external.
    You can then delete \Music\iTunes on the C: drive.

  • Need help moving masters to external drive

    Drag images from internal drive to external...
    Relocate Masters...
    Locate Referenced Files......
    I realize these options are available, but I'm wondering which way to do this. Out of 160 GB of images about 1/2 of them are imported into Aperture while the remaining 1/2 are on the Mac but not in Aperture. All images are on my internal drive and I use Aperture as referenced masters, not managed. I need to make space on my internal drive and need to move all images (those already imported and those not yet imported) to an external. Given my current set up (1/2 imported 1/2 not), which option is best for a clean move to the external w/o messing up Aperture?
    Thank you,
    Jerry

    Jerry -- sorry, this thread slipped by.  I haven't had the time recently to be attentive.
    jbshanks wrote:
    So, I still need a little help with this. If I have this folder structure on my internal drive and 1/2 of those images are imported into Aperture (but referenced), and I use the "Relocate" feature, how will they be moved? Will it take the folders to the external or just the images, leaving the folders on the internal drive?
    I'm afraid to experiment in case it messes things up. Any help is greatly appreciated.
    1.  Don't be afraid to experiment -- set up a practice Library and use it to experiment.  That's how all of us learned what we know.
    2.  Your situation is a little peculiar, and I'm going to recommend something I wouldn't otherwise.  First, backup your system and confirm your backup.  Then go ahead and use Finder to copy all the Finder folders and files in question, intact, to a new drive.  Then delete the ones on your system drive.  Then open Aperture and run "File➞Locate Referenced Files" to re-attach your Aperture Images to your moved files.  You may have to run "File➞Locate Referenced Files" more than once (but most likely not) in order to end up with no Images that have missing Originals.  (If you need to, search for posts on the board about using this command.)
    At that point, you have done what you set out to do: move all of your photo files to an external drive while retaining the connection between those that are Aperture Originals and their corresponding Images in Aperture.
    But you haven't addressed the very good point brought up by bjurasz, which is that you are going out of your way to maintain competing databases.  Aperture is a database of your Images.  It has _outstanding_ storage and retrieval capabilities.  Finder is a database of your files.  It doesn't do a tenth the job Aperture does.  Finder is a file manager.  Aperture is an image manager (that does good file management).  Aperture has _terrific_ tools for helping you instantly retrieve _any_ subset of your Images (e.g.: family, spouse, dog, students from 2010, science students from 2010, vacation photos, vacation photos w. spouse, etc.).  The key to this is simply tagging your Images (e.g.: grayscale 2010 vacation photos w. spouse and dog) so that you can retrieve them as needed.  Importantly, you are not confined to a flat folder structure and whatever information you can stuff into the file name, as you are with Finder.  (Yes, more or less -- Finder is actually much more sophisticated than many realize or use.)
    I suggest moving more fully into Aperture, learning what tags are available and deciding how to use them, designing an Aperture Library structure that meets your needs, and transitioning your Finder collection of photo files to an Aperture database of Images.
    Ask more questions -- might be best to start new threads as they come up.

Maybe you are looking for