DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Command: ChnAreaDel

Display all  Hide all

Command: ChnAreaDel

Deletes values in a channel.

Call ChnAreaDel(ChnArg1, ChnRow, ValNo)

Input Parameters

ChnArg1 Specifies a channel.
ChnRow Specifies the row number in a channel.
ValNo Specifies the number of values in a channel.

Example

The following example deletes the first ten values of the Time channel in the Example channel group.

VBScriptPython

 

Call ChnAreaDel("Example/Time",1,10)

Related Topics

Command: ChnAreaInsert0 | Command: ChnCharacter | Command: ChnCharacterAll | Command: ChnClpCopy | Command: ChnClpPaste | Command: ChnCopy

Was this information helpful?