09.12.2012 Views

Basic Characteristics RAPID

Basic Characteristics RAPID

Basic Characteristics RAPID

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

StrOrder Checks if strings are ordered<br />

Example<br />

StrOrder (String Order) is used to check whether two strings are in order, according to<br />

a specified character ordering sequence.<br />

VAR bool le;<br />

le := StrOrder("FIRST","SECOND",STR_UPPER);<br />

The variable le is given the value TRUE, because "FIRST" comes before<br />

"SECOND" in the character ordering sequence STR_UPPER.<br />

Return value Data type: bool<br />

Arguments<br />

TRUE if the first string comes before the second string (Str1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!