Character Conversion Functions
Alpha Five provides the following character conversion functions.
|
Function |
|
Description |
|
V6 |
Converts binary RTF text to HTML text. | |
|
V6 |
Converts binary RTF text to RTF text. | |
|
V6 |
Encodes ordinary text into HTML format. | |
|
V6 |
Converts HTML text to binary RTF text. | |
|
V6 |
Converts HTML text to plain ASCII text. | |
|
V6 |
Converts HTML text to RTF text. | |
|
V5 |
Converts plain ASCII text into HTML text. | |
|
V5 |
Converts plain ASCII text into encoded RTF text. | |
|
V6 |
Converts RTF text to binary RTF text. | |
|
V6 |
Converts RTF text to HTML text. | |
|
V6 |
Converts RTF text to plain ASCII text. | |
|
V6 |
Takes a date, either as a time or character, and converts it to a string, following ANSI C's ASCTIME()format. | |
|
V6 |
Takes a date, either as a time or character, and converts it to a string, following the RFC 1123 format. | |
|
V6 |
Takes a date, either as a time or character, and converts it to a string, following the RFC 822 format. | |
|
V6 |
Takes a date, either as a time or character, and converts it to a string, following the RFC 850 format. | |
|
V6 |
Converts a date string formatted by A5_ANSIDATE(), A5_RFC1123DATE(), A5_RFC822DATE(), or A5_RFC850DATE() into a time-date value. | |
|
V5 |
Converts the specified Number of Characters in the Source Buffer from the ANSI (Windows) character set to the OEM (DOS) character set. | |
|
V6 |
Returns the decimal ASCII_Value of the first letter in the specified Character_String. | |
|
V5 |
Converts a Date to a Formatted_Date character string in the form YYYYMMDD. | |
|
V5 |
CDOW()returns a character string containing the name of the day of the week for the specified Date. | |
|
V5 |
Returns the Single_Character corresponding to the integer ASCII_Value. | |
|
V5 |
Produces a string with Count repetitions of the character specified by ASCII_Value. | |
|
V5 |
Returns the Month_Name in the specified Date. | |
|
V5 |
Returns the Blob equivalent of the original character Input_String. | |
|
V5 |
Converts variables from one type to another, preserving the data if possible. | |
|
V5 |
Generates one or more CR-LF character sequences. | |
|
V5 |
Converts a character string containing date information to a Date value. | |
|
V6 |
Converts a date and time string to a time value. | |
|
V6 |
Converts a time string to a time value. | |
|
V5 |
Returns a character string containing the year in the form YYYY based on the specified Date_Value. | |
|
V5 |
Returns the hexadecimal equivalent of an integer. | |
|
V5 |
Returns the integer equivalent of a hexadecimal number. | |
|
V5 |
Converts the specified Number of Characters in the Source Buffer from the OEM (DOS) character set to the ANSI (Windows) character set. | |
|
V6 |
Quotes character, numeric, logical, and date variables so they can be used in expressions. | |
|
V5 |
Converts a Number to a right-justified character string. | |
|
V5 |
Returns a Formatted_String containing the system time. | |
|
V5 |
Returns a formatted character string containing a time based on the specified Number_Of_Seconds past midnight. | |
|
V5 |
Converts a Character_String to a numeric value. | |
|
V5 |
Converts a Number to a formatted right justified character string. |
See Also