[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: Military time (whoops!)
- Subject: Re: Military time (whoops!)
- From: Harry Binswanger hb@xxxxxxxx
- Date: Mon, 19 Jun 2006 15:47:23 -0400
Patricia wrote:
Two questions, if I may:
1. {<}SV01,{027}X{>}: This means that any character except any single
character is saved to SG 02, no?
No, this is the Xy 3+ way of using the wildcard for any character: Esc X.
Those of us in the Xy 4 world just put in the same 3-byter that you see on
the command line.
2. What on earth does {<}CUA,03{>} mean? I've been through both manuals,
Tyson's book, and XPL.TXT and cannot find it.
It's the "For" part of a For/Next loop definition: which says, starting
here, CountUp to the value stored in 03 before going past LaBel A (that
label being the "Next" delimiter of the loop). Consider this one:
;*;
;*;
In the loop. ;*;
;*;
Out of the loop.
That will produce:
In the loop. In the loop. Out of the loop.
Harry Binswanger
hb@xxxxxxxx