pTAL Reference Manual (H06.03+)
Statements
HP pTAL Reference Manual—523746-005
12-28
Move
Move
A move statement copies a block of data from one location in memory to another. You
specify the number of bytes, words, or elements to copy in the move statement. With
PVU T9248AAD, you can move any variable up to the current maximum allowed size
for any object on a TNS/R platform of 127.5 megabytes.
A value parameter cannot be the target of a move statement.
destination
the identifier, with or without an index, of the variable to which the copy operation
begins. It can be a simple variable, array, simple pointer, structure, structure data
item, or structure pointer, but not a read-only array.
':='
specifies a left-to-right sequential move. It starts copying data from the leftmost
item in source.
'=:'
specifies a right-to-left sequential move. It starts copying data from the rightmost
item in source.
source
the identifier, with or without an index, of the variable from which the copy
operation begins. It can be a simple variable, array, read-only array, simple pointer,
structure
, structure data item, or structure pointer.
destination
:=
=:
source FOR count
count-unit
&
next-addr->
constant
constant-list
constant
[ ]
VST051.vsd










