can you explain the difference between dec and dec2?
DEC will show the whole decimal number , while DEC2 will show only the 2 less significant one.
MyVar=1234
DEC MyVar =>1234
DEC2 Myvar => 34
DEC3 MyVar => 234
etc
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks