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

Cause of Xy4 problem



	From Morris,

	Included here is my explanation when my trouble with xy4 began. I am not
sure whether what is contained here will be any help in solving the reason
why garbage will continually append to the end of a file when I use d 1a=1.

		Bewitched and bewildered. Hex in the Afrikaans language stands for witch.

	Encoded version of code which I added to the end of a copy of Callnext. The
purpose of it was to save callnext on the command line so that when I saved
a file to another diretory and exited from the program callnext would remain
on the command line. But by doing this it showed that I was not thinking as
I confused the u2 approach and the ldpm of a stand alone file.

XPLeNCODE v2.0
b-gin [UNTITLED]
[BC_]{<}SX79,{<}IS00{>}{>}{<}SV18,[cr|lf]{>}{<}SV17,[255+48+6
5]{>}{<}LBfixcr{>}{<}IF{<}IS18{>}{238}{<}IS79{>}<0{>}{<}GLend
fix{>}[cr|lf]{<}EI{>}{<}XS79,18,71,72,73{>}{<}SX79,{<}IS71{>}
+{<}IS17{>}+{<}IS73{>}{>}{<}GLfixcr{>}[cr|lf]{<}LBendfix{>}{<
}PV79{>}[GT_]{<}IF{<}ER{>}{>}{<}PRIllegal function{>}{<}EI{>}
{<}EX{>}
-nd
XPLeNCODE

	The above section I added to the end of a copy of callnext from the u2 file
transferred into the main xy4 directory and then I ldpmed it to a key from
the command line. After attempting to use this program my problem started.
Included in my startup file was the line d 1a=1, but this did not cause any
problem prior to this. I found it useful to read msword documents. By
changing d 1a=0 garbage is no longer attached to any file I call up; but
when I change it to d 1a=1, then garbage appears again. ** See below for a
slightly altered version of this code that did not cause any problem.

	The use of d 1a=0 from my understanding though it solves the problem, does
not explain why the following garbage will append itself to a file.

	Here is an encoded version of the garbage that collects at an end of a
file.

XPLeNCODE v2.0
b-gin [UNTITLED]
{tab}{<}LBRV{>}2  {<}LBLG{>}MORRIS             {32}
    {<}LBCD{>}07D10C13      {<}LBCT{>}081E3639  {32}
 {<}LBAU{>}MORRIS                 {<}LBMD{>
}07D10C13      {<}LBMT{>}14180E37    {<}LBRP{>}  {
<}LBPJ{>}          {<}LBCM{>}           {32}
           {<}LBKY{>}              {32}
                              {32}
                              {32}
                              {32}
                      {13}1"{2}[255+70+
69]{252}[257]
-nd
XPLeNCODE

	By changing the added code to the format below, callnext worked without
adding garbage to the end of a file called from a directory even if d 1a=1.

**
XPLeNCODE v2.0
b-gin [UNTITLED]
[cr|lf][cr|lf][BC_]{<}SX79,{<}IS00{>}{>}{<}SV18,[cr|lf]{>}{<}
SV17,[255+48+65]{>}{<}LBfixcr{>}{<}IF{<}IS18{>}{238}{<}IS79{>
}<0{>}{<}GLendfix{>}[cr|lf]{<}EI{>}{<}XS79,18,71,72,73{>}{<}S
X79,{<}IS71{>}+{<}IS17{>}+{<}IS73{>}{>}{<}GLfixcr{>}[cr|lf]{<
}LBendfix{>}[BC_]{<}PV79{>}[GT_]{<}IF{<}ER{>}{>}{<}PRIllegal{32}
function{>}{<}EI{>}{<}EX{>}
-nd
XPLeNCODE