Please forget my previous post. It's just a problem of myself when intalling FB on a second machine. Everything is ok now.
Regards.
Luis
Search found 64 matches
IUP.bi
It seems that FB 0.15 doesn't include IUP.bi despite some examples being provided. Where is it possible to get that file?
Regards.
Luis
Regards.
Luis
- May 30, 2006 18:19
- Forum: Beginners
- Topic: Function/Procedure as parameter
- Replies: 3
- Views: 1146
Variation
Thank you for your reply. In return I join a variation on the subject, without using intermediate parameters. It makes also the code a bit more readable. Regards Luis DIM as Sub ProcParam DIM as Function(x as integer) as integer FuncParam Sub PassedProc() Print "in the sub"...
- May 30, 2006 12:46
- Forum: Beginners
- Topic: Function/Procedure as parameter
- Replies: 3
- Views: 1146
Function/Procedure as parameter
Did there is any way for passing a function/procedure as a parameter to another function/procedure? Could be helpful for writing generic code.
Regards
Regards