Ni> I saw bbs.atcode() in the docs.. I was hoping for something that handles
Ni> a whole string, similar to console.putmsg(). bbs.atcode() only interprets
Ni> a single @-code, which requires writing some more code, but I suppose that
Ni> will have to do. Thanks.
Hmm, yeah. I don't think there's anything else. This text.replace itself goes
through each beginning and ending @ code block and translates each one, at
least as far as I can tell it does. the variable, text, becomes the full
at-code translated result.