size = 59 (does not depend on the "k" flag)
ClassMethod ascii()
{
f i=32:1:126 w:^oddDEF($this,"m","ascii",30,1)'[$c(i) *i
}size = 76 (+without the "for" loop)
ClassMethod ascii()
{
w $tr(##class(%Net.SMTP).#PrintableAscii,^oddDEF($this,"m","ascii",30,1))
}- Log in to post comments