ih

ih


if Index Level ip
Syntax ih\  
ih \
ih string
Category PROC
Type Command
Description removes the current parameter from the currently active input buffer and replaces it with a null value.

If the pointer is in the middle of a parameter, the parameter is truncated, starting at the current position.

"ih \" inserts a new null parameter in front of the current parameter in the currently active input buffer. If the pointer is in the middle of a parameter, the parameter is truncated starting at the current position and a new null parameter is added after the truncation.

"ih string" inputs a data string into the active input buffer.
Options
See Also ip h u41ad ua1bc PROC primary input buffer secondary input buffer
Example s1
o print (y/n=<return>) +
ihn
ip:

This stores "n" into the input buffer location, giving the operator two ways to just say "no".
Warnings
Compatibility D3 7.0 AP R83
if Index Level ip