Sean
Sean
Joined: Tue Jul 31 23:45:13 UTC 2018
Coding Dart/Flutter in my spare time
Latest Posts
-
Some User Defined Array Functions
aAppend() - Can fill an empty array and adds items to the end of the array.aInsert() - Inserts a new item anywhere in the array except the end.aMerge() - Merges two separate arrays.…
-
This is driving me crazy
Will someone please test this code in a new database and in the "Global script definitions". I want to know if it works correctly for someone else who hasn't done what I did.…
-
Has anyone successfully used "Global script definitions"?
I created a simple UDF to test it out and I get this... Also, it doesn't appear as if this works for variables defined in "Global script definitions". Meaning,…
-
Improved Array Functions
Just an update on Appending Arrays and Replacing Array Items... Append Replace Item