[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: U2 hide error



Reply to note from Harry Binswanger  Thu, 08 Jun
2006 18:21:38 -0400

Harry:

> I do parses in the routine, but after leaving the U2 frame, and
> UNHIDEing, I just tested to see if s/g 05 equalled "a" which it
> did going in but didn't coming out: it was "A".

PMJI and double-teaming you, but you're still not showing us the
code with HIDE:05 ... UNHIDE. Undoubtedly that's where you're going
astray -- and my working assumption here is user error, because
HIDE|UNHIDE are time- and torture-tested, and, in my experience,
have never EVER gone wrong.

As a control, why don't you DECODE, DeFine and RUNCODE the following
demo routine. It stuffs a lowercase "a" into 05, HIDES it, then
stuffs an uppercase "A" into 05, and finally UNHIDEs the initial
contents of 05, pausing to show what's in 05 at each step along the
way. It should report that S/G 05 contains lowercase "a" at the
beginning, and again at the end.

XPLeNCODE v2.0
b-gin [UNTITLED]
[BC_]Hit any key to continue...;*;[cr|lf]{<}SV05,a{>};*; Stuf
f lowercase "a" into 05[cr|lf]{<}PRBefore HIDE: 05=@05{>};*;{032}
Verify it[cr|lf]{<}SX04,{<}rk{>}{>}[JM_]2.HIDE:05[Q2_];*; HID
E 05[cr|lf]{<}SV05,A{>};*; Now, stuff uppercase "A" into 05[c
r|lf]{<}PRForce uppercase "A": 05=@05{>};*; Verify it[cr|lf]{
<}SX04,{<}rk{>}{>}[JM_]2.UNHIDE[Q2_];*; UNHIDE; 05 should aga
in have "a"[cr|lf][BC_]Q.E.D.!{<}PRAfter UNHIDE: 05=@05{>}{<}
EX{>}[cr|lf][cr|lf]
-nd
XPLeNCODE

Works here. Should work there.

--
Carl Distefano
cld@xxxxxxxx