Promotic

StrReverse - function of language VBScript

Description:
Returns a string in which the character order of a specified string is reversed.
Syntax:
String StrReverse(String string)
Parameters:
string(String) Text string whose characters are to be reversed. If is empty string (""), then a empty string is returned. If is Null, then an error occurs.
Example:
VBScriptSelect and copy to clipboard

Dim s
s = StrReverse("VBScript")   ' s contains "tpircSBV"
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.