[853a2a]: / test / func-call.test.log  Maximize  Restore  History

Download this file

10 lines (9 with data), 148 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
FUNCTION f1:DINT;
__s: POINTER TO  BYTE;
FUNCTION f2: DINT;
 f2 := (f1("test"));
 RETURN;
FUNCTION f3: DINT;
i: DINT;
 f3 := (f1("test"));
 RETURN;