Re: [Ql-Users] Mawdraw problem

2018-04-14 Thread Giorgio Garabello via Ql-Users
I've also tried with the MAWITEM statement and the result dont change...

Il sab 14 apr 2018, 21:47 Giorgio Garabello  ha
scritto:

> Same result :(
>
> Il sab 14 apr 2018, 21:09 François Van Emelen via Ql-Users <
> ql-users@lists.q-v-d.com> ha scritto:
>
>> Op 14/04/2018 om 7:47 schreef Giorgio Garabello via Ql-Users:
>> > Hi, do you think it is possible to format a single item of an
>> application
>> > window menu so that it always appears as a single element but divided
>> into
>> > two lines? I tried to insert chr $ (10) inside an element of an arrray
>> like
>> > this: a $ (0) = "Hi" & chr $ (10) & "John" but it does not work, only
>> "Hi"
>> > is displayed .
>> >
>> > Regards
>> > Giorgio
>> > ___
>> > QL-Users Mailing List
>> >
>> >
>> Hi Giorgio,
>>
>> Have you tried :
>>
>> a$="Hi"$(13)&"John" :rem use chr$(13) instead of chr$(10)?
>>
>> Hope this helps
>>
>> François Van Emelen
>>
>>
>>
>> ___
>> QL-Users Mailing List
>
>
___
QL-Users Mailing List

Re: [Ql-Users] Mawdraw problem

2018-04-14 Thread Giorgio Garabello via Ql-Users
Same result :(

Il sab 14 apr 2018, 21:09 François Van Emelen via Ql-Users <
ql-users@lists.q-v-d.com> ha scritto:

> Op 14/04/2018 om 7:47 schreef Giorgio Garabello via Ql-Users:
> > Hi, do you think it is possible to format a single item of an application
> > window menu so that it always appears as a single element but divided
> into
> > two lines? I tried to insert chr $ (10) inside an element of an arrray
> like
> > this: a $ (0) = "Hi" & chr $ (10) & "John" but it does not work, only
> "Hi"
> > is displayed .
> >
> > Regards
> > Giorgio
> > ___
> > QL-Users Mailing List
> >
> >
> Hi Giorgio,
>
> Have you tried :
>
> a$="Hi"$(13)&"John" :rem use chr$(13) instead of chr$(10)?
>
> Hope this helps
>
> François Van Emelen
>
>
>
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] Mawdraw problem

2018-04-14 Thread François Van Emelen via Ql-Users

Op 14/04/2018 om 7:47 schreef Giorgio Garabello via Ql-Users:

Hi, do you think it is possible to format a single item of an application
window menu so that it always appears as a single element but divided into
two lines? I tried to insert chr $ (10) inside an element of an arrray like
this: a $ (0) = "Hi" & chr $ (10) & "John" but it does not work, only "Hi"
is displayed .

Regards
Giorgio
___
QL-Users Mailing List



Hi Giorgio,

Have you tried :

a$="Hi"$(13)&"John" :rem use chr$(13) instead of chr$(10)?

Hope this helps

François Van Emelen



___
QL-Users Mailing List