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

Re: XPL difficulty



Carl,
Nope. I don't, because taking out that pause (and the other one at the end) produces the same endless loop here!

In fact, just this does:
'%--_XYENCode_start--’
~',*','^'BXci_/_~I/~I/'Q2',*','^~)~>~’
~',*','^~'^’
'%--_XYENCode___end--’

Regards,
Harry

On 3/8/2013 10:26 PM, Carl Distefano wrote:
Reply to note from Harry Binswanger  Fri, 08 Mar 2013
22:01:00 -0500

Harry:
This program gets into an endless loop when run against a
simple file like ...
I can't see my error.
You've got )> after a command that NEVER sets an
ERror condition (BX pQ2 ); hence the endless loop. The fix is to move
)> where it belongs, right after the CI command:

'%--_XYENCode_start--
~',*','^'TF'XP',*','^'BXci_/_~I/~I/'Q2',*','^~)~>'BXp'Q2~~',*','^'BXp'Q2',*','^
'%--_XYENCode___end--

Now do you see the ERror of your ways? If not, ; EndIf.