SITEFORUM Script - script function by Initial Letter
| Name | Description |
| $abs | Calculates the absolute values of all the given numbers. |
| $account.create | Creates, an account. |
| $account.exists | Investigates the existance of an account |
| $account.fs.getAllocationList | To check integrity of the pv files of the current account. |
| $account.fs.getInfo | Returns an info string from the specified pv file. |
| $account.fs.listFiles | Lists all system files based in the current account directory and its subdirectories. |
| $account.fs.rebuild | Rebuilds given .pv files of an account. |
| $account.getIDs | - |
| $account.getIDsByPattern | - |
| $account.getName | Gets the name of the account whos id is known. |
| $account.getType | - |
| $account.isLoaded | Checks if the account whos id is known is loaded. |
| $account.list | Lists all account ids. |
| $account.remove | Removes an account. |
| $account.setName | Set a new name for the current account. |
| $account.sortIDs | Sort a list of account IDs by the name of the account. |
| $acos | Calculates the arc cosine as an angle. |
| $add | Calculates the sum of all given numbers. |
| $addDirtyWord | Adds a word to the dirty words list. |
| $addDouble | - |
| $addToGroup | Adds the given user to the given groups. |
| $and | The logical AND operator. |
| $append | - |
| $array.add | This function add some values or a other array to this array. |
| $array.contains | This function checks the array if it contains a defined string |
| $array.delete | This function removes a entry with the given value from the array |
| $array.forEach | Executes the code in parameter 3 for each element of the array after setting the local variable to the element. |
| $array.indexOf | Returns the position of the first object in the array which is equal to the given object. |
| $array.insert | Insert a object in the array on the given index. It does not overwrite the old values |
| $array.isArray | Determines whether an object is an array. |
| $array.new | This Function creates a new array. |
| $array.parse | - |
| $array.remove | This function remove an entry with the given position from the array. |
| $array.reverse | - |
| $array.set | This Function set a new array values after removing the existing values |
| $array.sort | This Functions sort the given array. |
| $array.subarray | - |
| $array.tokenize | - |
| $asin | Calculates the arc sine as an angle. |
| $average | Calculates the average value of all given numbers. |