SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecordList → AppRecordList FindRecord() Method
Find a specific record in the current list by matching its name or TS_ID.
Parameter | Type | Description |
---|---|---|
recordIdOrName |
Variant |
If this parameter is a non-numeric string, it is taken as the desired record's name. Otherwise, it is converted to an integer and taken as the desired record's TS_ID. |
Type | Description |
---|---|
AppRecord |
The first AppRecord in the list that matches the given name or ID. If there is no match, returns null. Use is_var_null() to check for null. |
SBM ModScript version: 11.3.
None.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.