Soundboard V2 (PC) icon Soundboard V2 (PC) Play MP3/WAV via PC sound output with timeline scripts to trigger movements, auto-position actions, and optional looping for synced routines Try it →
Asked — Edited

Array $Xray[$N]=1 Makes An Error

Hi,

Am I doing something wrong?

This code is producing this error in the latest version of ARC: Error on line 41: Input string was not in a correct format. my line with the $yray[$n]=2.12 creates the above error

The arrays with static numbers as in $xray[1] = 3.14 work [] $n=0 definearray($xray,5) definearray($yray,5) definearray($zray,5) $n=$n+1 $xray[1] = 3.14 $yray[$n]=2.12 $zray[3]=2.345


Thanks mates,

Bill

ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

I'll look into it right away. Thanks!

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#2  

fixed in next release:D