-
Guys...
I'd like to ask you something.
It's about Format Function in VB...
I've tried, and know, and use the Format Function long-long time ago. But, I used it in VB environment.
Now, I'm trying to use it in ASP coding...
But, how come, I can't use it.
Is it true that format function is just a VB Reference and will not run at VB Script Command ???
Is so, what should I use to format my text / fields, such as date fields, or number text....
Thx in action...
Regards,
Wen Lie
-
It's true... it's true...
The format function is not available in ASP.
It's replacements (which are not as versatile IMHO) are
FormatDateTime
FormatNumber
FormatCurrency