Forum Discussion

SamuraiJack's avatar
SamuraiJack
Contributor
16 years ago

aqConvert.IntToStr question..

Is there any way to make aqConvert.IntToStr() maintain the decimal places in the integer if they are zeros?  Because of inconsistant formatting issues, I've got to manipulate some data formats before recording them to a text file.  Would I be better off using standard VBscript commands instead?

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 1 rankChampion Level 1
    Hi Jack,



    I would recommend the aqString.Format() function (see help for more details).