Results 1 to 5 of 5

Thread: Format Function Right To Left

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Brooklyn NY USA
    Posts
    1,258

    Resolved Format Function Right To Left

    When I run the following

    VB Code:
    1. Print Format("98765432111","(###) ###-####")

    The answer is :

    (9876) 543-2111

    I want it to return:

    (987) 654-32111

    Is there any way to do it?

    Please help.

    Thanks.
    Last edited by shragel; Nov 21st, 2004 at 07:25 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width