Re: A92: Re: Programming


[Prev][Next][Index][Thread]

Re: A92: Re: Programming





>well when a basic program is run l know that you have to have the ()
>parenthesis after the program name so l was wondering if the parenthesis
also
>have to be present in the string to use the # function.
>

yes.  Here is an example of what I believe you wanted:

+----------------------------------------------------------------------+
| Define blah()=Prgm:EndPrgm                                      Done |
| blah()                                                          Done |
| "blah"->a                                                     "blah" |
| #a                                          Error: Too few arguments |
| #a()                                                            Done |
+----------------------------------------------------------------------+

I hope *THIS* helps.   ;)

====
Aaron Hill (mozart@inlink.com)
IRC Nickname on EF-Net: SeracOhw
http://www.inlink.com/~mozart/i3/