Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number Format

Status
Not open for further replies.

bushrob

Programmer
Joined
Jan 13, 2003
Messages
2
Location
US
I am trying to duplicate a VB method that takes an integer and converts it to a string as follows:

"A" & Format(intMyInteger, "0000#")
This will generate A00001 if the integer passed was 1.

I need to create a Crystal formula that will produce the same results.

Thanks in advance.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top