JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development