Hello all!
ceil is not working at my end…
What do I make wrong?
Let’s say I want to break #ZSC# to ones, tens, hundrets etc…
Say I have 16 steps and want to get tens…
I make $(floor(#ZSC#/10))==1?100:0$ - it shows 1…
Now I want to get 6 from that
same trick: $(ceil(#ZSC#/10))==6?100:0$ and it is not working…
I have problems with ceil not for the first time…
Thx in adv for all help…