Hi All,

I think you can also set options to the browser in your program with
something like that:

{Browser.object option(representation strings:true)}
{Browser.object option(representation virtualStrings:true)}

I didn't test these two lines.

                      Thibault


2011/1/6 Boriss Mejias <[email protected]>

> On 04/01/11 16:27, Torsten Anders wrote:
>
>> On 4 Jan 2011, at 05:35, Lyle Kopnicky wrote:
>>
>>> It's unfortunate that strings don't Browse more readably.
>>>
>>
>>
>> The Inspector (and perhaps also the Browser, have not Mozart here right
>> now) can be customised (via their GUI menu) to show strings instead of lists
>> of small integers.
>>
>
> Hi guys,
>
> The setting Torsten is referring on the Browser is
> Options->Representation->Type, and then you can choose Strings and Virtual
> Strings.
>
> They are not set as default, because it is much more common to browse lists
> of integers such as [1 2 3 4], instead of their ASCII representation.
>
> Now, another useful thing for writing programs to be executed from the
> command line is
>
> {System.showInfo "My Virtual String containing a "#Var}
>
> cheers
> Boriss
>
>
>  Best wishes,
>> Torsten
>>
>> --
>> Torsten Anders
>> Course Leader, Music Technology
>> University of Bedfordshire
>> Park Square, Room A315
>> http://strasheela.sourceforge.net
>> http://www.torsten-anders.de
>>
>>
>>
>>
>>
>>
>> _________________________________________________________________________________
>> mozart-users mailing list
>> [email protected]
>> http://www.mozart-oz.org/mailman/listinfo/mozart-users
>>
>> _________________________________________________________________________________
> mozart-users mailing list
> [email protected]
> http://www.mozart-oz.org/mailman/listinfo/mozart-users
>
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to