quote:
Originally posted by deAd
code:
Messenger.MyPersonalMessage = Messenger.MyPersonalMessage + " - " + str;
You phail!
That is going to show for instance:
quote:
Originally posted by Possible PSM
blah - 2 - 3 - 4 - 7 - 10
This is after it has run for a little bit. Store the Original PSM in a variable then set the psm as sOrgPSM + ' - ' str.