===== PutSlice (Statement) ===== ==== Format ==== **putslice** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[arrays|variable[]]]\\ **putslice** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[arrays|variable[]]] )\\ **putslice** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[Lists|{ x1, y1, x2, y2, x3, y3 ... }]]\\ **putslice** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[Lists|{ x1, y1, x2, y2, x3, y3 ... }]] ) ==== Description ==== Put the graphics stored in the slice array on the screen at x,y. ==== See Also ==== {{page>en:start#Graphics - Slices&noheader}} ==== History ==== |0.9.6b|New To Version| |1.99.99.65|Changed from a string of data to a 2 dimensional array. Removed the transparency color option.| |1.99.99.72|added required [] to passing variable array|