FunctionsΒΆ

In ST a function call can also appear as an operand.

Example:

Result := Fct(7) + 3;

TIME()-Function

This function returns the time (based on milliseconds) which has been passed since the system was started. The data type is TIME.

Example in IL:

TIME ST systime (* Result e.g.: T#35m11s342ms *)

Example in ST:

systime:=TIME();

Example in FUP:

../_images/ca2580e3a068e4510a317f34651aa0c1