FutureProg functions

setformsortorder

Characters · computer function, computer program, standard futureprog

Boolean setformsortorder(Character character, Number form, Number sortOrder)
Contexts: computer function, computer program, standard futureprog
Sets a form sort order and returns true on success.
character: The character who owns the form
form: The form alias or body id
sortOrder: The new sort order

Boolean setformsortorder(Character character, Text form, Number sortOrder)
Contexts: computer function, computer program, standard futureprog
Sets a form sort order and returns true on success.
character: The character who owns the form
form: The form alias or body id
sortOrder: The new sort order

← Back to FutureProg functions