Hi All,

I have a UniBasic program with hundreds of equate
statements like
 
EQU V.SEC.SYNONYM TO
COURSE.SECTIONS.REC.TABLE<I.COURSE.SECTIONS,15>

and only thing they do is assign it to a PRINT.VAR

PRINT.VAR = V.SEC.SYNONYM:" ":..........

I am planning to take off the equate and assign the
variable directly to the PRINT.VAR

PRINT.VAR =
COURSE.SECTIONS.REC.TABLE<I.COURSE.SECTIONS,15>:"
":......

Will this speed up the process? Since we are passing
the information to .NET with XML tags, any improvement
to the speed is desirable.

Cheers

Fawaz 


        
                
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/
-------
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users

Reply via email to