VAR2BYT Name
VAR2BYT Purpose
Convert numeric variables to the equivalent array of bytes.
Category
Calling Sequence
var2byt, v1, [v2, ..., v9] Inputs
v1,... = variables to convert. in
Keyword Parameters
Keywords
BUFF=buff resulting concatenated byte array.
Outputs
Common Blocks
var2byt_com Notes
Notes: Extract the bytes in a given set of numeric
variables and concatenate them into a byte array.
The numeric values may be retrieved using field
extraction. Will convert an array but the array
dimensions must be known to recover the variable
from the byte array.
Modification History
R. Sterner, 2007 Dec 13
Copyright (C) 2007, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.