User Manual
Print

Changing the Value of a Variable

Set ... to

				
					{"blocks":"<xml xmlns=\"https://developers.google.com/blockly/xml\"><variables><variable>count</variable></variables><block type=\"variables_set\" disabled=\"true\" x=\"22\" y=\"202\"><field name=\"VAR\">count</field><value name=\"VALUE\"><shadow type=\"math_number\" disabled=\"true\"><field name=\"NUM\">0</field></shadow></value></block></xml>"}
				
			

This block is used to set the variable to be same as the value.

Parameters:

      • Screen Item
      • Condition: Number (Default: 0)

Output: N/A
Sample code:

				
					{"blocks":"<xml xmlns=\"https://developers.google.com/blockly/xml\"><variables><variable>count</variable></variables><block type=\"pxt-on-start\" x=\"0\" y=\"0\"><statement name=\"HANDLER\"><block type=\"variables_set\"><field name=\"VAR\">count</field><value name=\"VALUE\"><shadow type=\"math_number\"><field name=\"NUM\">3</field></shadow></value><next><block type=\"basic_consoleLogNum\"><value name=\"num\"><block type=\"variables_get\"><field name=\"VAR\">count</field></block></value></block></next></block></statement></block></xml>"}
				
			

The output:

Set - Result