This class removes carriage return and line feed characters from a character string.
Category | Data Utilities |
---|---|
Default Catalog |
VisualВ FoxProВ Catalog\FoundationВ Classes\Utilities |
Class |
_stringlib |
Base Class |
Custom |
Class Library |
_utility.vcx |
Parent Class |
_custom |
Remarks
Properties, Events, Methods | Description |
---|---|
TrimCRLF method |
Trims carriage return and line feed characters from a character string.
Syntax:
Return: none Arguments: tcString specifies the string to trim.tlTrimLeftspecifies whether to trim the left side.tlTrimRightspecifies whether to trim the right side. |