%Trim function
Function
Declaration
Blok kódu | ||||
---|---|---|---|---|
| ||||
TEXT %Trim(
TEXT in string
) |
Parameters
string | Text string. |
Example
Blok kódu | ||||
---|---|---|---|---|
| ||||
%Trim(" Text Some Text ") ; returns the value of "Text Some Text" |
Info | ||
---|---|---|
| ||
Blok kódu | ||||
---|---|---|---|---|
| ||||
TEXT %Trim(
TEXT in string
) |
string | Text string. |
Blok kódu | ||||
---|---|---|---|---|
| ||||
%Trim(" Text Some Text ") ; returns the value of "Text Some Text" |
Info | ||
---|---|---|
| ||