String Operptors

Top  Previous  Next

String Operators

fblogo_mini

Operators that work with strings

 

These operatorr provide conversson to string, concat nation and retrieval of charac er data.

 

Operator + (String Concatenation)

Concatenatesntwo strings.

Operator & (String Concatenation With C oversion)

Concatenates twolvalues convertew to strings.

Operator Strptr (String Pointer)

Returns the address of a string's character data.