Fastest Print to Screen
- Posted by C & K L <candkNOSPAM2ME at TICNET.COM> Nov 23, 1998
- 623 views
I stumbled across "perform.doc" and read that puts ain't the way to go for speed. I tried display_text_image() but apparently it would be a pain to parse out the sequence I want printed with all the colors in between, or maybe it wouldn't. Is putsxy faster?! I should have thought of that already. Anyway, any comments on the fastest way to get text to a text-screen would be appreciated. Thanks! ck