Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello All,
I am a newbie to the Thingworx, and i like to use the math.floor (random()...) function in the things services. But i am not able to find the math.floor in the snippet. Can anyone show me where i can find how to get the math.xx into the snippet. I am totally lost.
Please help to get me!
Thank you!
Newnie Kek
Solved! Go to Solution.
You'd be looking at something like
xyz = Math.random();
result= Math.floor (xyz);
Define variable (input) and output basetype
Hihi,
Seem like it cannot recognize "math"."Cannot find function Random in object [object Math]".
Any tutorial on how to get the math.x function into my service snippet?
Any guidance? Thank you in advance!
Best regards
Newnie Kek
It's Math uppercase.