NAME
vec_to_str -- make str from vector
PROTOTYPE
unitptr vec_to_str( unitptr uHost)
ARGUMENTS
- unitptr uHost
- host unit
RETURN VALUE:
A pointer to the created unit or NULL in the case of an error.
INTERFACE OF CREATED UNIT:
- X_in:
- (input field 0) input vector
- Y_in[1]:
- (input field 1) starting position
- X_out[*]:
- resulting string: consecutive
chars from the input vector, starting at
position Y_in[0]. Non-overlapping portions
are set to 0.
EXECUTION OF CREATED UNIT:
Returns a portion of iDim consecutive chars of input vector,
starting at char position Y_in[0], as an array of
dimension iDim. Nonoverlapping portions of the string
will be filled with zeros.
FILE
/local/homes/rhaschke/nst7/man/../o.linx86//../foldersrc/nst_string.c