User Tools

Site Tools


en:putslice

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:putslice [2016/08/12 12:47]
admin
en:putslice [2016/11/07 12:27]
admin
Line 1: Line 1:
 ===== PutSlice (Statement) ===== ===== PutSlice (Statement) =====
 ==== Format ==== ==== Format ====
-**putslice** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[stringexpressions|string_expression]]//\\ +**putslice** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[arrays|variable[]]]\\ 
-**putslice** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], //string_expr// )\\ +**putslice** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[arrays|variable[]]] )\\ 
-**putslice** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[stringexpressions|string_expression]]//, //rgb_expr//\\ +**putslice** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[Lists|{ x1, y1, x2, y2, x3, y3 ... }]]\\ 
-**putslice** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[stringexpressions|string_expression]]//, //rgb_expr// )+**putslice** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[Lists|{ x1, y1, x2, y2, x3, y3 ... }]] )
  
 ==== Description ==== ==== Description ====
-Put the graphics stored in the slice string on the screen at x,y. If a transparent //rgb_expr// color is specified then do not plot points of that color in the slice.+Put the graphics stored in the slice array on the screen at x,y.
  
 ==== See Also ==== ==== See Also ====
Line 14: Line 14:
 ==== History ====  ==== History ==== 
 |0.9.6b|New To Version| |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|
  
en/putslice.txt · Last modified: 2020/02/28 10:46 (external edit)