I have tried the following
gotoIf "${oneoff}"=="Jeff Della Rosa"
gotoIf ${oneoff}=="Jeff Della Rosa"
gotoIf ${oneoff}=={"Jeff Della Rosa"} <-- not sure why, just trying anything.
-------- HERE IS THE WHOLE sequence----------
Additionally, for testing for "NOT EQUAL" use this syntax:
gotoIf '${variable}'!='the string operand' target_label
Having single quotes around both the variable and the operand IS important.
The correct format is.
gotoIf '${oneoff}'=='Jeff Della Rosa'
Single quotes... Grr!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With