Ohoh! I was thinking to move them to the bottom of the program when this 
discussion first came up, as that would not mess up the line count. But 
couldn't think how to do it!. This is good!! So now we have two solutions.  
Thanks folks! I should have asked this of you 2 years ago :). Special thanks to 
whoever brought up this conversation! 

Thanks,

Marilyn A. Hilb 
Value Part, Inc
Direct: 847-918-6099
Fax: 847-367-1892
[EMAIL PROTECTED]
www.valuepart.com

 -----Original Message-----
From:   Mark Johnson [mailto:[EMAIL PROTECTED] 
Sent:   Wednesday, February 02, 2005 8:35 PM
To:     [email protected]
Subject:        Re: [U2] [UV] RAID debugger

Microdata dropped the ball on the INCLUDE 20 years ago which offers this
solution that I use for all of my MCD clients today. Here's the source
snippet

***
* PROGRAM NAME
* MARK JOHNSON 020205
***
    GOSUB GET.INCLUDES
    OPEN "CUSTOMER" ETC
<snip everything else>
GET.INCLUDES:*
    INCLUDE THING1
    INCLUDE THING2
    INCLUDE THING3
    RETURN
    END (of source code)

Since MCD doesn't allow RUN and external SUBROUTINE programs to intermingle,
I write my handy subs from other clients as INCLUDES and include them at the
end. Just be careful of an imbedded RETURN on THING2 above preventing THING3
from executing.

My 1 cent.
----- Original Message -----
From: "Mike Farrant" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, February 02, 2005 9:58 AM
Subject: [U2] [UV] RAID debugger


> Talking of debuggers, can anyone remind me how the $INCLUDE s can mess
> up the line numbers displayed within the RAID debugger.
>
> I had a solution to this once which I seem to remember had something to
> do with the configuration or placement of the $INCLUDE lines in the
> source code.
>
> I look forward to any response
>
> Thanks
>
> Mike Farrant
> -------
> u2-users mailing list
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to