</snip>
     FIX
0001 PA
0002 FORMAT BP <<I2,Enter BP item>>
0003 ED BP <<I2,Enter BP item>>
0004 HUSH ON
0005 DELETE BP.O <<I2,Enter BP item>>
0006 HUSH OFF
0007 BASIC BP <<I2,Enter BP item>>

My 2 bits on this topic.

Karl

<snip\>

Which is why I like the AE [alternate] editor.

Once you've executed a format command in your logon session, you simply
type 'FOR' at any time the rest of the day, in any edit session, to
format with the same parameters.

FOR -I3 -M3 [Indention of 3, margin of 3]

BTW, If you're chasing a pesky bug that's hidden in a 14 tier nested
LOOP,IF,CASE,Whatever then use this:
'FOR -TRACE'  it will put pipes in for you where we used to draw lines
with our ruler to trace the logical flow.

Then when your done and want to compile:

'FIBR' will file it, compile it, and run it [don't get to habitual with
the 'R' if your in a sub].

The AE invoked compiler removes the old source when it starts, that way
if the compile produces no object, it doesn't run the old object code.
At least this is the behavior on UV 10 or higher.
 

356:
357:    IF HOLD # '' AND NOT(ALARM) THEN
*--: FOR -I3 -M3
Margin=3, Indentation=3, -incase
!!!!!!
*--: FOR
Margin=3, Indentation=3, -incase
!!!!!!
*--: FIB
Filed "DOE.WRITE.SUB.F1675" in file "BHB".
Compiling: Source = '/system1/dev.programs/BHB/DOE.WRITE.SUB.F1675',
Object = '/system1/dev.programs/BHB.O/DOE.WRITE.SUB.F1675'
************************************************************************
***********************
000671

Compilation Complete.

Of course, you could stack the FORmat command and the FIBR command into
a saved prestore that you recall when you begin your edit session, but
that's another subject.

FWIW,
-Baker
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to