Hi guys just a quick question on the revisit on this. It’s all working great but in my attempt to futher my knoweldge of expressions I took a bit of inspiration from Dans code and was wondering if it was possible.
Dan uses a $ sign at the start, I was wondering if I could use an M at the end to show it as metres?
I have tried changing the line of code:
if(dollarSign) prefix += “$”;
to:
if(dollarSign) sufix += “m”;
Which doesn’t work, but I am just guessing at the code. Anyone have any better ideas?
Thanks again guys, I really want to get into expressions more as they certainly do the job!