Hi all,
is it possible to place a function into another?
Like this below:
alfa = math.round((math.atan(triZ/dpiant)*180/3.14), 1)
There must be a problem, because compiler returns an error.
Thank you
PWD
Professional Software Development Tools
Hi all,
is it possible to place a function into another?
Like this below:
alfa = math.round((math.atan(triZ/dpiant)*180/3.14), 1)
There must be a problem, because compiler returns an error.
Thank you
PWD
Thank you very much reteset...
How about focus for input boxes?
Is there a way to set focus (blue selected field) when use tab button o click in with the mouse?
Using Input.SetSelection but I think something goes wrong...
Thank you