<< SL_DoModuleA | SL_NextTagItem >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_FindTagItem
NAME
SL_FindTagItem -- scan a tag list for a specific tag.
SYNOPSIS
tag = SL_FindTagItem(tagValue, tagList);
D0 D0 A0
struct TagItem *SL_FindTagItem(Tag, struct TagItem *);
FUNCTION
Scans a tag list and returns a pointer to the first item with
ti_Tag matching the 'tagValue' parameter.
INPUTS
tagValue - tag value to search for.
tagList - tag item list to search (may be NULL).
RESULTS
tag - a pointer to the item with ti_Tag matching 'tagValue' or NULL
if no match was found.
SEE ALSO
SL_NextTagItem.
SL_FindTagItem Command Section By Type url:SL_FindTagItem
created:2008-03-01 23:36:30 last updated:2008-03-01 23:36:30
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_FindTagItem | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DoModuleA | SL_NextTagItem >> |
Top: Documentation Library | Up: SoftLogik App Library API |