B
bud1chicago
Is there a simple way to use a textbox as a buffer that holds the last
N lines or characters for logging info? Thanks. -- Bud
N lines or characters for logging info? Thanks. -- Bud
Is there a simple way to use a textbox as a buffer that holds the last
N lines or characters for logging info?
james said:Of course you could but why? Why not simply store it in a string ?
JIM
Is there a simple way to do this? I could keep a circular array of
strings in memory and refill the textbox from this array every time I
get a new message to display but I would think this would be very
inefficient and would probably cause a lot of flickering on the
display. There must be a better way that I haven't thought of.
Probably something obvious... -- Bud