Using NS3000/iX Network Services (36920-90008)

Chapter 5 101
Network File Transfer
Programming Language Considerations
Pascal
In Pascal, opt, fnum, and r may be 16-bit integers; spec may be a packed
array of characters or a string (a legal type in HP Standard Pascal); and
result may be an array of 16-bit integers. The calling sequences are:
DSCOPY (OPT, SPEC, RESULT);
DSCOPYMSG (RESULT, FNUM, R);
NOTE In Pascal, if the spec parameter is represented as a character array or
string, the numeric zero which terminates it should be represented by
the ASCII null character. If spec is a mixed-type structure, the zero can
be a numeric (one-byte) zero.