+ Reply to Thread
Results 1 to 3 of 3

ASCII text file creation problem

  1. #1
    Registered User
    Join Date
    01-23-2005
    Posts
    40

    ASCII text file creation problem

    I am trying to create an import/export file format requested from a bank.
    One of the field is the check amount, for example $534.21. I need to show this amount as 10 digit without the decimal point: 0000053421
    I created a custom format of 0000000000, but it drops the decimals and give me: 0000000534.
    Any suggestions?

  2. #2
    Valued Forum Contributor
    Join Date
    08-26-2006
    Location
    -
    MS-Off Ver
    2010
    Posts
    388
    Multiply by 100 then apply the format.

  3. #3
    Registered User
    Join Date
    01-23-2005
    Posts
    40
    Thank you,
    Anne

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1