A small question:
Usually commata are used in %mn to seperate menu lines. Is there a possibility to have a comma within one line? For example, can I create a menu line like 'Save, Save as'?
Thanks and regards Wilfried
Welcome to our forums
A small question:
Usually commata are used in %mn to seperate menu lines. Is there a possibility to have a comma within one line? For example, can I create a menu line like 'Save, Save as'?
Thanks and regards Wilfried
With US English keyboard ASCII map it's
i=winio@('%mn[File[Save'//char(130)//' Save As'//char(9)//'Ctrl+S]]','exit')
end
Could be problem with keyboard layouts of different languages though, check
Thank you!
Regards - Wilfried
I also asked this question before and i think this was Paul's solution around circa 2000, as well as using char(9) for making menu look aligned