@Gintaras
Thanks for sharing, it's a nice feature
the code for Label Two, which is multi-line, how to automatically create subfunctions ?
When there are spaces in the label, the automatic naming of the subfunction is also handled
e.g:
Toolbar test34598
I want to add options and a close button to the toolbar, and when there are subfunctions, It will also have no effect
s-" /siz 210[]"
s+"[]-[]Close :clo val(_command) * close.ico"
Thanks for sharing, it's a nice feature
the code for Label Two, which is multi-line, how to automatically create subfunctions ?
When there are spaces in the label, the automatic naming of the subfunction is also handled
e.g:
Toolbar test34598
one :out 1 * $qm$\paste.ico
two :sub.two * $qm$\copy.ico
three obj :sub.three * $qm$\cut.ico
#sub two
str s="hello world two"
mes s
#sub three
str s="hello world three"
mes s
I want to add options and a close button to the toolbar, and when there are subfunctions, It will also have no effect
s-" /siz 210[]"
s+"[]-[]Close :clo val(_command) * close.ico"