Re: the copy command

2002-10-24 Thread Ray G. Miller
Ray, > > put the number of words in fld "theAddress" into theEnd > > copy word 1 to theEnd of fld "theAddress" > > end copyAddress > > > > This does not copy anything. > > The problem was a lockedText field too much coding and not enough thinking. Thanks Ray Ray G. Miller --- Tur

Re: the copy command

2002-10-24 Thread Ray Horsley
on 10/23/02 12:29 PM, Ray G. Miller at [EMAIL PROTECTED] wrote: > > > Listers, > > The "copy" command is still bugging me. Should be simple but... > > on copyAddress stuff > ### the address is in stuff > > put stuff into fld "theAddress" >

Re: the copy command

2002-10-23 Thread Ray G. Miller
Listers, The "copy" command is still bugging me. Should be simple but... on copyAddress stuff ### the address is in stuff put stuff into fld "theAddress" put the number of words in fld "theAddress" into theEnd copy word 1 to theEnd of fld "theAddr