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

Re: running xy 3+ under windows xp - aarrgghhh!



  Something usefull, in Xy3+, for those who use XPL a lot and need to
relabel their scripts, is to use  and set in REORGNIZ.HLP,
built by Robert and Carl, in the 'Relabel' help screen, a first character
that will avoid to relabel that label: '=' in my example. So every programs
label will be relabeled, (this helps a lot to understand the script) but the
labels of comments remain untouched. There are very clear instruccions
inside
Reorgniz.hlp to set this. Otherwise relabel will erase the label of comments
into a new label like, for example, .
  Francisco

----- Original Message -----
From: "Carl Distefano" 
To: "XyWrite List" 
Sent: Wednesday, June 25, 2003 3:08 AM
Subject: Re: running xy 3+ under windows xp - aarrgghhh!


>
> Reply to note from "J. R. Fox"  Tue, 24 Jun 2003
> 12:13:09 -0800
>
> > So how do you comment out Startup lines in 3+ ?
>
> LaBels, usually. Either use GoLabel-LaBel pairs to redirect the
> flow of execution around the comment:
>
>  Offset PRompt messages 1 space to the right:
> BC d yk=1
>
> Or put the comment itself in a freestanding LaBel:
>
> BC d yk=1
>
> The former can be read in Draft view; the latter requires eXPanded.
>
> A major difference from v4+ is that lots of LaBels (especially long,
> textual LaBels) slow a program down measurably, whereas ";*;"
> statements don't. Programs can be commented as heavily as you like
> in v4+ (albeit one line at a time, each line starting with ";*;");
> there's no drag on performance. Of course, at today's processing
> speeds the difference is less egregious -- but still. A billionth
> of a second here, a billionth of a second there, and before you know
> it....
>
> --
> Carl Distefano
> cld@xxxxxxxx
> http://users.datarealm.com/xywwweb/
>
>