mhmmm....

this is a function.... when I supply the arguments I must call this 
function as follows:

   show-panel myPanel

but I cannot! Since Rebol tries to elaborate "myPanel" word! therefore 
I must the function as follows:
   
   show-panel 'myPanel

and... the problem is the same: the function does not... fuction.






========================================

> 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.
> 
> 



++++++++++++++++++++++++++++++++++++++++++++

Alessandro Manotti
Presidente dell'Associazione "RIUSA"

Sito web:     http://riusa.apritisesamo.net
email:        [EMAIL PROTECTED]
mailing-list: [EMAIL PROTECTED]
Telefono:     347.63.43.231



--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Le vacanze da sogno si prenotano solo su eDreams.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=75&d=30-1  
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to