B BelaB New Member Apr 15, 2003 #1 Hi! Why does this code not work? Code: define variable params as character no-undo. params = "wb4000 -H server -N TCP -S xyz". connect to value(params). It works if I write the parameters direct in the section editor. Thanks
Hi! Why does this code not work? Code: define variable params as character no-undo. params = "wb4000 -H server -N TCP -S xyz". connect to value(params). It works if I write the parameters direct in the section editor. Thanks
T toby.Harman Member Apr 15, 2003 #2 Try the following def var params as cha no-undo. params = "-db wb4000 -H server -N TCP -S xyz". connect value(params).
Try the following def var params as cha no-undo. params = "-db wb4000 -H server -N TCP -S xyz". connect value(params).
B BelaB New Member Apr 16, 2003 #3 toby.Harman said: Try the following def var params as cha no-undo. params = "-db wb4000 -H server -N TCP -S xyz". connect value(params). Click to expand... It works, thank you!
toby.Harman said: Try the following def var params as cha no-undo. params = "-db wb4000 -H server -N TCP -S xyz". connect value(params). Click to expand... It works, thank you!