Platforms to show: All Mac Windows Linux Cross-Platform

Back to SQLiteFunctionMBS class.

SQLiteFunctionMBS.Perform(ArgumentCount as Integer, Arguments() as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event SQL MBS SQL Plugin 24.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes
The event called to perform the function.
Example
Sub Perform(ArgumentCount as Integer, Arguments() as Variant) Handles Perform
#Pragma BackgroundTasks False
#Pragma BoundsChecking False
#Pragma StackOverflowChecking False

ResultText "Hello World"

End Sub

ArgumentCount is the number of arguments passed in the array.
Arguments contains values, which may be nil, double, integer, string, Memoryblock for BLOB.

Please use #pragmas like in the sample project to disable stack checking and background tasks for best performance. Also catch all exceptions that may happen to prevent trouble.

Call one of the result functions to return the result.

The items on this page are in the following plugins: MBS SQL Plugin.


The biggest plugin in space...