PDA

View Full Version : Write Formatted Text to Memory



Hans Dampf
- 26th November 2008, 17:32
Hello

I am looking for a way to write formatted text to memory. In other words, how can the ascii text that is produced by LCDOUT or HSEROUT be redirected to on-chip RAM?

In PROTON+ compiler the STR$ command would do the job.
In C-compilers sprintf() could be used.
Is there a similar command for this in PBP?

Regards,
Hans

mackrackit
- 27th November 2008, 01:38
http://www.pbpgroup.com/modules/wfsection/article.php?articleid=10
Might help you out.