[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Timing in XPL
- Subject: Re: Timing in XPL
- From: Carl Distefano cld@xxxxxxxx
- Date: Wed, 28 Nov 2012 23:30:13 -0500
Reply to note from Harry Binswanger Tue, 27 Nov
2012 10:45:28 -0500
Harry:
> The problem seems to be that the pause command (p) doesn't time
> right if the cursor is on the command line.
I don't think so. It appears, rather, to be a display refresh issue.
If I insert a func FF (Force reFresh) after "First", your code works
as expected.
;*; Pseudo code
BC ;*;
First;*;
FF ;*; <== Added!
BX p 2Q2 ;*;
Second;*;
Real code:
XPLeNCODE v2.0
b-gin [UNTITLED]
[BC_];*;[cr|lf]First;*;[cr|lf][FF_];*; <== Added![cr|lf][BX_]
p 2[Q2_];*;[cr|lf]Second;*;[cr|lf]{<}EX{>}[cr|lf][cr|lf]
-nd
XPLeNCODE
Try it.
--
Carl Distefano
cld@xxxxxxxx