- Found in:
- PapyrusUtil
Description
Documentation Comment
Get size of a list on form or globally.
ObjKey: form to check on. Set none to check global list.
KeyName: name of list.
Caveats
Parameters
FormObjKey
stringKeyName
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
int returnedValue = StorageUtil.IntListCount(myForm__ObjKey, myString__KeyName)