Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: RealViz on May 31, 2024, 11:38:04 am

Title: Very simple expression
Post by: RealViz on May 31, 2024, 11:38:04 am
Hello,
it's probably because Friday, but what am I doing wrong? :-) Feel free to stone me :-)
Title: Re: Very simple expression
Post by: Dragan on May 31, 2024, 11:43:35 am
 ;D

Return
input1/input2-input3;
Title: Re: Very simple expression
Post by: Michal KarmazĂ­n on May 31, 2024, 11:44:23 am
Expressions now require a return property before the expression and a semi-colon (;) at the end of the line. Your expression should be structured like this:
Code: [Select]
return (Input1 / Input2) - Input3;I hope that helps.

Best regards,
Title: Re: Very simple expression
Post by: Dragan on May 31, 2024, 11:51:39 am
 ;D ;D ;D
He knows it!
I think it is the Friday after all!
Title: Re: Very simple expression
Post by: RealViz on May 31, 2024, 01:21:36 pm
Friday... I'm taking the dog for a walk and going out. Thanks