Nope, I tried whileopt off
Dennis McGrath [email protected] [email protected] On Fri, Nov 30, 2012 at 11:27 AM, Albert Berry <[email protected]>wrote: > Dennis, this is probably already true, but anyway SET WHILEOPT OFF and try > again. > Albert > > On 30/11/2012 9:14 AM, Dennis McGrath wrote: > >> >> SET VAR vVarDataCmd = + >> >> ('set var vVarDataNameChk = (CHKVAR(''' + .vVarDataName + '''))') >> >> &vVarDataCmd >> >> CHKVAR will only take a quoted string, not a dotted variable, so I had to >> write the code this way. >> >> I cannot put this in a while loop >> >> it does not like the &vVarDataCmd >> >> it says Unrecognized command in entry/exit procedure. >> >> the same code works in a goto loop, but that is too slow. >> >> Any blues clues? >> >> Dennis McGrath >> >> Software Developer >> >> QMI Security Solutions >> >> 1661 Glenlake Ave >> >> Itasca IL 60143 >> >> 630-980-8461 >> >> [email protected] >> >> No virus found in this message. >> Checked by AVG - www.avg.com <http://www.avg.com> >> Version: 2013.0.2793 / Virus Database: 2629/5920 - Release Date: 11/26/12 >> >> > >

