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.
"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.