[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: HIDE--syntax
- Subject: Re: HIDE--syntax
- From: Carl Distefano cld@xxxxxxxx
- Date: Sat, 19 Feb 2011 01:56:05 -0500
Reply to note from Harry Binswanger Fri, 18 Feb
2011 23:49:14 -0500
> Here's one, all in one attachment, that has so many problems
> . . . I simplified it to test the looping PUTCRs. I found I had
> to follow each with an UNPUTCR, but I don't think that's
> essential to seeing the error.
>
> No doubt I have made some slip-up in logic.
Well, you don't need to HIDE and UNHIDE twice; once will do. Here's
your routine with three lines disabled; it works here. Not sure why
the double HIDE...UNHIDE (your original code) doesn't produce the
same result; logically, it should. There may be some out-of-memory
stuff going on. HIDE is memory-intensive; use it sparingly.
XPLeNCODE v2.0
b-gin [UNTITLED]
{<}SV01,XXXXXX{>};*;[cr|lf]{<}SX02,0{>};*;[cr|lf]{<}LBloop{>}
;*;[cr|lf]{<}SX02,{<}PV02{>}+1{>};*;[cr|lf][BF_][DF_][PP_][PP
_][DF_];*;[cr|lf][JM_]2.HIDE:01-49,51-89[Q2_];*;[cr|lf][JM_]2
{046}putcr[Q2_];*;[cr|lf];*;[JM_]2.UNHIDE[Q2_];*;[cr|lf];*;[BX_]w
ait[Q2_];*;[cr|lf];*;[JM_]2.HIDE:01-49,51-89[Q2_];*;[cr|lf][J
M_]2.unputcr[Q2_];*;[cr|lf][JM_]2.UNHIDE[Q2_];*;[cr|lf][BC_]{
<}PV01{>}--{<}PV02{>};*;[cr|lf][XD_];*;[cr|lf]{<}IF{<}RC{>}==
"x"{>}{<}EX{>}{<}EI{>};*;[cr|lf]{<}GLloop{>}[cr|lf]
-nd
XPLeNCODE
--
Carl Distefano
cld@xxxxxxxx