I have been porting a large VB program over to PB and I have ran into a significant problem. In VB, the "Format" function allows the user to input a robust set of format strings which include dates and time. In PB the format$ function is much more modest. Is there any built-in support for date and time formats in PB? Also the PB 1.0 documentation shows format$ having support for scientific notation. In PB6, there is no such documentation. Does the format$ function in PB6 support scientific notation? Preliminary testing I have done seems to treats the E+,e+ as a string literal. Any help or a work around would be greatly appreaciated!
Thanks,
Jeff
BTW, how to people insert those different face characters in their messages?
Thanks,
Jeff
BTW, how to people insert those different face characters in their messages?
Comment