Hey Team
While I can successfully get PushVar to work using the exemplar in ARC I can't seem to get it to work with my Username...
This works...Code:
10 # Send a random value to the DJ Sures public "test" cell on the EZ-Cloud
20 $rand = GetRandomUnique(0, 10)
30 PushVar("DJ Sures", "test", $rand)
This does not...Code:
10 # Send a random value to my namespace on the EZ-Cloud
20 $rand = GetRandomUnique(0, 10)
30 PushVar("Tameion", "test", $rand)
Console responds with:
> Error on line 5: Error pushing data to EZ-Cloud tameion.test: Error: Invalid Namespace or Cell
Done (00:00:01.1342820)
Only help I can find on the subject says that the namespace is normally the username of the owner.
Any thoughts?
@Tameion
Asked
— Edited
I'll leave this open for a few days to see if DJ Sures or one of the team at HQ have anything further to add.
- Wayne (Tameion)