PDA

View Full Version : Serout2 string formating



mxkeene
- 6th March 2006, 00:07
Is there a way to send string arrays with output formating too?

Here is what I want my command to be, but it wont compile...

serout2 dbg, dbgmode, ["Image Data is ", dec str Image\576, 13, 10]

''Output the 576 byte array "Image" in decimal format, then return(13) and linefeed(10)''

Seems like PBP will only accept one output format modifer, so just using the DEC or STR modifier alone works fine. I need to output the array in decimal format, but there dosent seem to be a way to do this!?

Any Ideas?