01-21-2008, 05:19 PM
The same string formatting can be used in out, mes, and str.format. The difference is where the result is stored. str.format stores the result into the str variable instaed of showing in QM output or message box. The 'Text' dialog can help you to format strings.
VERsionID.format("Your Version: 0x%X" _winver)
VERsionID.format("Your Version: 0x%X" _winver)
