TO_STRING

TO_STRING

PROGRAM TO_STRING_DEMO
  VAR
           I1: INT; 
       S1: REAL;
     END_VAR
    S1:=TO_STRING(I1);
END_PROGRAM

The function brings the input value to the output as a string.

InputType Description
IN ANY_MAGNITUDEInput value
OutputType Description
STRINGOutput value

  • © Energocentrum Plus, s.r.o. 2017 - 2024