InvertString

Prev Next Home Home Table Of Contents Index

InvertString (String)

InvertString turns a string around so that characters are in reverse order. This allows for correct string compares and sorts in Hebrew and Arabic and other languages that are read from right to left.


Example:
var St St = 'ABCDE' InvertString(St) Writeln St ;Returns 'EDCBA'

Category: String

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home