ltannous
30th November 2004, 21:28
I am trying to combine a string and a long field but get and error message when i compile the script 'long should be string"

string user_info(256)


user_info = tccom001.nama & tdprq040.rqno

tools123
30th November 2004, 22:09
try str$ on the numeric field and then combine.

ltannous
30th November 2004, 23:22
Thanks, that worked