backspace

Syntax

backspace;

Note title: Note text within a ledi paragraph

Terse form

bksp

Type

Softkey return strings (FDM and SDC) - code x'89'

Parameters

Erases the last character collected in the input buffer.

Description

None.

References

SR-INS-002461 (softkey).

Example

softkey BACKSPACE : "Back Space" : "Delete"
{
   backspace;
}