Cut

concerns

The Cut attribute function cuts out a string from the string of the variable.

 

Syntax

Cut(Start, Length [, LanguageID])

Return value

None

Parameter

Use

Name

Type

Passing

Description

Required

Start

Long

ByVal

Position from which to cut out a range of characters (1-based).

Optional

Length

Long

ByVal

Length of the range of characters to be cut out. If not specified, the entire substring is removed from the specified location.

Optional

LanguageID

String

ByVal

Language-ID of the value

Note

If LanguageID is not specified, the dialog language applies.