03-06-2015 01:29 PM
Hello,
I would like to have the following number format displayed on my 2D Axis system plot y-axis in my report, (100,000 or nnn,nnn). I have looked through the "Formating Numeric Values in Text" help section but I can't seem to figure out how to do this. Any suggestions would be approciated.
Thanks
03-09-2015 03:09 PM
Hi wils01,
Try this:
StrVar = 1000000 StrVar = FormatNumber(StrVar, 0, FALSE, FALSE, TRUE) MsgBox StrVar
Brad Turpin
DIAdem Product Support Engineer
National Instruments