Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| Category | Data Utilities |
|---|---|
| Default Catalog | Visual FoxPro Catalog\Foundation Classes\Utilities |
| Class | _stringlib |
| Base Class | Custom |
| Class Library | _utility.vcx |
| Parent Class | _custom |
Remarks
This class removes carriage return and line feed characters from a character string.
| Properties, Events, Methods | Description |
|---|---|
| TrimCRLF method | Trims carriage return and line feed characters from a character string. Syntax: TrimCRLF (tcString, tlTrimLeft, tlTrimRight) Return: none Arguments: tcString specifies the string to trim. tlTrimLeft specifies whether to trim the left side. tlTrimRight specifies whether to trim the right side. |
See Also
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Class Samples