h

h


go Index Level if
Syntax hstring{<}  
Category PROC
Type Command
Description moves a literal string of characters to the currently active output buffer.

The "<" character is the equivalent of a <return>, and must follow each discrete parameter when moving multiple parameters to the secondary output buffer (following the "ston" command).
Options
See Also ih ston a PROC primary output buffer secondary output buffer
Example hlist entity
h name address phone
p

The "h" commands move the strings following them to the end of the currently active output buffer.

hget-list invoices
ston
hlist-label invoices cust.name cust.addr custcsz (cip<
h1,3,1,0,30,0,c<
p

The "<" characters in the example are required to separate, or "stack", the strings to execute after the list is retrieved.
Warnings
Compatibility D3 7.0 AP R83
go Index Level if