Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited

Error Line 6

hi

i have a error in line 6 but write averything same as i printed before.



User-inserted image


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates with ARC Early Access edition. You'll have everything that's needed to unleash your robot's potential!

PRO
Synthiam
#1  
The error is correct - the variable is not defined. Please read the entire error, not just the first three words.

Define a variable such as...

Code:


$Variable = "Some data"


Perhaps begin with RoboScratch, then try blockly, and eventually move to EZ-Script to learn what a variable is.