Navigation:  thinBasic Modules > LL (Linked lists) >

LL_ToString

Previous pageReturn to chapter overviewNext page

 

Description

 

Returns a string buffer containing all the data values stored in linked list items.

Data value will be separated by the given separator.

 

Syntax

 

sBuffer = LL_ToString(llRoot [, Separator])

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

llRoot

Number

No

Linked list root handle or item handle to start from

Separator

String

No

An optional string separator. If not specified, $NUL (NULL char or CHR$(0) ) will be defaulted.

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

 

 

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