I've also tried with the MAWITEM statement and the result dont change... Il sab 14 apr 2018, 21:47 Giorgio Garabello <[email protected]> ha scritto:
> Same result :( > > Il sab 14 apr 2018, 21:09 François Van Emelen via Ql-Users < > [email protected]> 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"&chr$(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
