CLIPR$

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > String functions >

CLIPR$

 

Description

 

Delete characters from a string.

Returns the contents of StringExpression with lCount characters removed from the right side.

 

Syntax

 

s = CLIPR$(StringExpression, lCount)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

StringExpression

String

No

String from which delete chars

lCount

Numeric

No

Number of bytes to remove from the right side

 

Remarks

 

Restrictions

 

See also

 

String Handling,

 

Examples