
Download and install the latest ARC robot programming software to experience these updates.
Get ARCThis release pretty much only focuses on some new EZ-Script commands, additional manual help, and some better error messages.
Changes:
- Example projects under "Function Examples" for all new functions
- Better description of compiler error messages
- New command: FromBinary()
- New command: GetBit()
- New command: SetBit()
- New command: ToBinaryString()
- New command: DefineArray()
- New command: GetAsByte()
- New command: ToHexStr()
- New command: AppendArray()
Changes:
- Example projects under "Function Examples" for all new functions
- Better description of compiler error messages
- New command: FromBinary()
- New command: GetBit()
- New command: SetBit()
- New command: ToBinaryString()
- New command: DefineArray()
- New command: GetAsByte()
- New command: ToHexStr()
- New command: AppendArray()
Now I just need to figure out what I can do with these commands... I have a few ideas
As always, thanks DJ.
In the example provided :
$x = SetBits(1, 0, 0, 0, 1, 0, 0, 1) --> MSB (0) to LSB (7)
GetBit($x, 3)) should return 0 if counting from MSB...