Hi All, In PBPro I would like to set and array equal to a string then send that array out the serial port with Hserout [STR array\arraysize,$0D].

Currently the only way I know how is array(0) = 'H', array(1) = "O" etc.
How do I automate this? so I can call a routine, pass the string and have it stick it in the array for me?

Cheers,

Pat.