Feature Request: User defined functions

There are times it would be nice to create a function that accepts arguments and then use that throughout your application. For instance, if you have some data in a table and always want to display it in a certain way on multiple screens you could create a function that gets the data and displays it in a single command, saving lots of typing, improving maintainability, and reducing the possibility of errors.

2 Likes

Hey @BillCan! Been pondering on this and can't think of a good way to do what you've described. It's an excellent suggestion and I'll proceed with logging this as a feature request. Thanks for the idea and keep them coming in!