MegaManZZ
02-21-2008, 06:07 PM
the bellow code doesn't seem to work? Maybe I'm getting tired or maybe i just don't know what im doing..
im getting a sytax error. Please let me know if it's possible or if id have to take an alternative path to this solution.
$armLabel[1] = "aTIP";
print $armLabel[1]
if ($armLabel[1] == "*TIP")
{
print "helloWorld";
}
im getting a sytax error. Please let me know if it's possible or if id have to take an alternative path to this solution.
$armLabel[1] = "aTIP";
print $armLabel[1]
if ($armLabel[1] == "*TIP")
{
print "helloWorld";
}
