"help" on procedures
Posted: Fri May 31, 2024 9:56 pm
Could not find a wiki article on this... so I hope this isn't redundant or already implemented (sorry if it is)
when you enter a PB command [eg: OpenDatabase()] a statusbar entry pops up at the bottom (in addition to parameters, it shows a description: "Opens the specified database")
in a shared coding environment, this would be nice to have for procedures/modules... (actually, might be helpful coding by yourself fas a gentle reminder)
something like
when you enter a PB command [eg: OpenDatabase()] a statusbar entry pops up at the bottom (in addition to parameters, it shows a description: "Opens the specified database")
in a shared coding environment, this would be nice to have for procedures/modules... (actually, might be helpful coding by yourself fas a gentle reminder)
something like
Code: Select all
procedure pear(*type) ;= tells you if this type is in season
endprocedure