Re: ? command

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu