16. August 2019 10:35
Case Item."No." of
'GUT*': //do anything
'REKLA*': //do another thing
'BONUS*': //don't do a thing
Else
//do this
End;
16. August 2019 10:49
case true of
strpos(String,Substring) > 0: ...
16. August 2019 11:18
case true of
strpos(String,Substring) = 1: ...
case true of
strpos(Item."No.",'GUT') = 1: ...
.
.
.
16. August 2019 12:40