05-22-2022, 10:51 AM
(This post was last modified: 05-22-2022, 10:55 AM by TarotRedhand.)
What is wrong with this line -
All variables are DIMed yet I get an Illegal string-number conversion error on that line. FWIW removing LTRIM has no effect on the error. This is driving me nuts.
Thanks
TR
Code: (Select All)
TempString$ = LTRIM(STR$(AYear%))
All variables are DIMed yet I get an Illegal string-number conversion error on that line. FWIW removing LTRIM has no effect on the error. This is driving me nuts.
Thanks
TR