Navigation:  thinBasic Modules > LL (Linked lists) >

LL_DeleteLike

Previous pageReturn to chapter overviewNext page

 

Description

 

Removes nodes from the list and frees relative memory.

Deletes all nodes whose name starts with StartItemName.

 

Syntax

 

LL_DeleteLike(llRoot, StartItemName)

 

Returns

 

None.

 

Parameters

 

Name

Type

Optional

Meaning

llRoot

Number

No

Linked list root handle

StartItemName

String

No

All nodes whose name start with StartItemName will be deleted

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com