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

Re: HIDE problems



Harry:

Yes, UNHIDE simply restores all of the values that were reserved in the most recent call to HIDE.
Usually you do want to restore all the values, but in the rare case where you don't, the solution is
to run HIDE twice. For example, if you were hiding 01-06 and wanted to hold 05 in reserve for a
while, you'd do JM 2.HIDE:05Q2 followed immediately by JM2.HIDE:01-04,06Q2 . The first time you do
JM 2.UNHIDEQ2, it restores everything except 05. To restore 05, you'd do
JM 2.UNHIDEQ2 again. In sum, HIDE|UNHIDE pairs can be nested, like IF|EndIf.

--
Carl Distefano
cld@xxxxxxxx