|
Loyd Goodbar wrote: >3) Formatting HTML. I take "unformatted" data, along >with some control fields, and generate the appropriate >HTML code on the output stage. Currently, this >involves many %trim/%trimr operations on the >output data. I am currently using size 32000 >workspaces for the data (since this is the >current RPG/IV limit). String operations take a >long time. I thought about possibly passing data >through pointers, but I still need to concatenate >the data to an output variable before writing it. You can dramatically cut down the cost of RPG string operations if you declare your strings as VARYING instead of fixed length. You will have to deal with the length bytes if you use fixed-form op codes (MOVE, etc.) but if you stick to EVAL you will be very happy with variable length character field performance. Buck Calabro Commsoft; Albany, NY "Nothing is so firmly believed as that which we least know" -- Michel Montaigne Visit the Midrange archives at http://www.midrange.com +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.