No change

Ross Ferris
Stamina Software
Visage  an Evolution in Software Development


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:owner-u2-
>[EMAIL PROTECTED] On Behalf Of Fawaz Ashraff
>Sent: Wednesday, 19 May 2004 5:27 AM
>To: U2 Users Discussion List
>Subject: [U2] UniBasic Performance Question
>
>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
>
>
>---
>Incoming mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004
-------
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users

Reply via email to