Hallo Riusa,

> show-panel: func ['panelName] [
>      panels/pane: panelName
> ]

   Try (untested):

show-panel: func [
    {Shows the given panel}
    panelName
    {the given panel}
] [
    panels/pane: panelName
]

   The leading ' shoud be avoided.

   Mario
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to