FBPL Command Reference

Table Of Contents
156
10.29 POSTINPUT
Description
Define the end character for INPUT command.
Syntax
POSTINPUT var$
POSTINPUT CHR$(n)
Parameter
Description
var$
The specific character or string in end of data.
N
n = 1 ~ 255
Example
POSTINPUT ">"
POSTINPUT CHR$(3)
See also
PREINPUT, INPUT, SET FILTER