AppRecordList erase_at() Method

Removes the item at specified index from the list.

Function Signature

 void erase_at( int index )

Parameters

Parameter Type Description

index

int

The zero-based index of the item to remove from the list.

Return

Type Description

None

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

AppRecordList