Re: ? command
- Posted by Lewis Townsend <keroltarr at HOTMAIL.COM> Apr 27, 2000
- 366 views
Hell ©koda, >? command is allrite for debugging >but it would be even better if it would display characters when you would >want to instead of numbers (ascii) >because there is no other way you can show yourself very complicated >sequence (or anybody knows how to?) > >? {"abc"} -> {97,101,102} I think printf will do it as long as you are only wanting to print a series of strings AS strings. untested code ahead: a = {"abc","def"} printf(1, "a[1]=%s\na[2]=%s", a) -- I hope I got the format right -- I don't use printf much. later, Lewis Townsend ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com