I've been using internal calls for several years now (call :MySub), but I never knew you could call external subroutines (call Lib.cmd :MySub)
That wasn't even the reason I found your site. I was looking for a way to remove non-printable characters. I found your :GET_ASCII_CHARS sub, which I think will work perfectly!
Ahhh, I see now how the external subs work. Slick move!
Looking closer, the GET_ASCII_CHARS won't do what I thought it would, but I think I can still munge something together with some of the other subs to get rid of non-printable characters.
Still loving the site. I'll be checking it out in more detail from home.
You taught me something!
That wasn't even the reason I found your site. I was looking for a way to remove non-printable characters. I found your :GET_ASCII_CHARS sub, which I think will work perfectly!
Awesome site! Keep it up!
Update
Looking closer, the GET_ASCII_CHARS won't do what I thought it would, but I think I can still munge something together with some of the other subs to get rid of non-printable characters.
Still loving the site. I'll be checking it out in more detail from home.