Share via


String Library Foundation Class

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: TrimCRLF (tcString, tlTrimLeft, tlTrimRight)

Return: none

Arguments: tcString specifies the string to trim.tlTrimLeftspecifies whether to trim the left side.tlTrimRightspecifies whether to trim the right side.

See Also

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Reference

Visual FoxPro Foundation Classes A-Z

Other Resources

Foundation Class Samples