I’m concatenating one field & a passed phone number & another field.

The variable vNum works in the first if statement but is blank in the second. 
Why?

Thank you,
Bill Vlahos


on searchNow vNum
   if the hilite of button "Enable1" then
      put field "f1a" & vNum & field "f1b" into vQuery
      revGoURL vQuery
   end if
   if the hilite of button "Enable2" then
      put field "f2a" & vNum & field "f2b" into vQuery
      revGoURL vQuery
   end if
end searchNow
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to