finding data in field
Robert Mann
robmann at gp-racing.com
Sat Jan 6 14:25:55 EST 2007
I have a field of names separated by tabs
Label tab fcdqty
Label tab fcd1qty
Label tab fcd3qty
What I am trying to do is find the second item then once I find it select
the first item in that line, below is what I have tried but does not work
find word tcolname in fld "fieldmatch" - -this seems to work
put the selecetedline in fld "fieldmatch into tline - - this is where I
think my error is just not sure what to change
put item 1 of tline into tncolnames
any idea what I need to change to get this to work
Thanks
Rob
More information about the use-livecode
mailing list