Log in

View Full Version : VB format command


AngelPR
05-07-2003, 01:21 PM
Hi everybody;

In eVB, what is the equivalent of format command from VB.

Example: format(number,"##,##0.00")

Thanks;


Angel Dendariarena

denmage
06-14-2003, 12:53 PM
Hi everybody;

In eVB, what is the equivalent of format command from VB.

Example: format(number,"##,##0.00")

Thanks;


Angel Dendariarena

Yes, use the FormatNumber function. It has several parameters. You can find it in the Help menu. Click the Index tab and type FormatNumber.

Regards,

Denis Perreault