Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The buffer can handle lengths up to 2048 characters.

See also

U2 Functions

Example

 
Code Block
declare function u2_execproc
 
VolumeID = 'mylaptop6100b:UV'
 
Command = 'RUN BP LIST.INDEX'
 
buffer = ''
 
result =  u2_execProc(VolumeID, Command, Buffer)
 
* get rid of extra spaces
 
buffer = trim(buffer)
 
x = msg(@window, trim(Buffer) )