local custid
put the text of field "txtcustid" into custid
put the URL"http://htp2.hitecpoint.in:98/api/live/"+custid into tPreferencesFile
Hello Friends i am facing a problem of livecode.I want to combine textbox value into a url. I put value of textbox in a variable. I got a error "button "Button": execution error at line 32 (Operators +: error in left operand), char 15".Please help.