PiAUISuite icon indicating copy to clipboard operation
PiAUISuite copied to clipboard

Not saving to variables

Open mcobit opened this issue 12 years ago • 4 comments
trafficstars

If I use latest git sources, commands like: name $name==echo $name

Do not work. It does not recognize the command although it detects the string: name Martin

Shouldn't it write "Martin" onto the screen?

mcobit avatar Jun 27 '13 08:06 mcobit

You should be using numbers as the variables (It's a weird restriction but that's how I put it in). Try: name $1==echo $1

On Thu, Jun 27, 2013 at 4:38 AM, mcobit [email protected] wrote:

If I use latest git sources, commands like: name $name==echo $name

Do not work. It does not recognize the command although it detects the string: name Martin

Shouldn't it write "Martin" onto the screen?

— Reply to this email directly or view it on GitHubhttps://github.com/StevenHickson/PiAUISuite/issues/4 .

StevenHickson avatar Jun 27 '13 12:06 StevenHickson

Tried that before, but it didn't work either. Will try again though.

mcobit avatar Jun 27 '13 13:06 mcobit

Let me know if it works now. If not, I will take a look into it when I get home.

StevenHickson avatar Jun 27 '13 15:06 StevenHickson

Yup confirmed that this was broken somehow. Thanks for bringing it to my attention. Looking into it now.

StevenHickson avatar Jun 29 '13 01:06 StevenHickson