Is there a way I can take the last 2 digits from a number, and display it in STRPRINT? FmtInt(D0,dec,2) doesn't seem to do the trick, it will put all the digits in there.
I'm sure I can do it with STRPRINT, STRSUB, and then use STRPRINT again to use it in my longer string, but surely there's a way to do this all in one instruction?