[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
XPtranslate()
Translate a string using any table
------------------------------------------------------------------------------
Function: XPtranslate()
XPtranslate() is an Assembly written function that accepts
a string and a 256 character table (also a character string)
as input. It then converts the input string using the given
table and returns the converted string. This makes it possible
to define your own translate tables, and use them efficiently
in Clipper, as the use of Assembly makes it all fast.
possible usage is one's own Uppercase table, simple encoding
or whatever.
Syntax: XPtranslate(cString,cTable) --> cTranslatedString.
Arguments: cString is the string to convert. cTable is a table of
256 values which will be used to translate the characters
of cString. cString can be og any length.
Returns: The string, Translated using cTable.
Usage:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson