Navigation:  thinBasic language > Script structure > Functions/Subs >

FUNCTION_Names

Previous pageReturn to chapter overviewNext page

 

Description

 

Returns a string containing the list of functions present in current script

 

Syntax

 

sNames = FUNCTION_Names(FunctionsType [, StringSeparator])

 

Returns

 

String.

 

Parameters

 

Name

Type

Optional

Meaning

FunctionsType

Number

No

Type of functions to be returned.

0 = all functions

1 = user defined functions (functions written inside the script

2 = external functions declared with DECLARE statement

StringSeparator

String

Yes

String separator to be used to separate function names in returned string

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

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