Table of Contents

PutSlice (Statement)

Format

putslice x_position, y_position, variable[]
putslice ( x_position, y_position, variable[] )
putslice x_position, y_position, { x1, y1, x2, y2, x3, y3 ... }
putslice ( x_position, y_position, { x1, y1, x2, y2, x3, y3 ... } )

Description

Put the graphics stored in the slice array on the screen at x,y.

See Also

2016/01/01 22:42

History

0.9.6bNew To Version
1.99.99.65Changed from a string of data to a 2 dimensional array. Removed the transparency color option.
1.99.99.72added required [] to passing variable array