Set variable (variable) to (1.0)

Data Bricks_html_821e31b4a8c04fa4.png

Set the variable to a certain value.

Change variable (variable) by (1.0)

Data Bricks_html_8ad8e0fcf62b237f.png

Change the variable by a certain value.

Show variable (variable) at X: (100) Y: (200)

Data Bricks_html_99293db8ca6f6fae.png

Shows the value of the variable at a specific X and Y coordinate.

Show variable (variable) at X: (100) Y: (100) with size: (120%) and color (#FF0000), aligned (centered/left/right)

Screenshot_20190828-173144_Pocket Code.jpg

Shows the value of the variable at a specific X and Y coordinate, a specific size, color and where to be aligned.

Hide variable (variable)

Data Bricks_html_99c3903d8fde1c1f.png

Hides the variable so it is not visible on the stage

Write variable on device

Screenshot_20190828-173222_Pocket Code.jpg

Writes the given variable on device.

Read variable from device

Screenshot_20190828-173237_Pocket Code.jpg

Reads the given variable from the device.

Add (1.0) to list (list)

Data Bricks_html_5df72a48e5ce27ac.png

Add a item with the given value to the list.

Delete item from list (list) at position (1)

Data Bricks_html_26f81a546b61e39a.png

Delete the item at chosen position.

Insert (1.0) into list (list) at position (1)

Data Bricks_html_d9d488b3c5c74e79.png

Insert a new item at the chosen position.

Replace item in list (list) at posiiton (1) with (1.0)

Data Bricks_html_ca49a35be6d8c18d.png

Replace the item at the chosen position with the new value.

Write list on device

write list.jpg

Read list from device

read list.jpg

Store column # (1) of CSV (CSV data) into list (list)

image-20200316145250-2.png