TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setremovechars

SetRemoveCharacters

Remove unwanted characters from a field.

Phase

This instruction is used by the TapeTrack INI Engine.

Syntax

SetRemoveCharacters(field, characters);

Variable Type Description Min Length Max Length
fieldString Field to have characters removed. 1 10
characters String A string listing all of the characters that should be removed for a field. 1 10

Example

Remove dashes and commas from a field.

SetRemoveChars("-,");

Remove plus symbol and quotation marks.

SetRemoveChars("+`");

See Also

engine/import/setremovechars.txt · Last modified: 2021/07/22 02:40 by scunliffe