Navigation:  Classes > bCodeblock >

bCodeblock:GetArgumentPos()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the position of an argument in the list of arguments.

Class

bCodeblock

Type

Method

Syntax

<oCodeblock>:GetArgumentPos(<cArgument>) Æ iPosition

Arguments

<cArgument>The name of the argument that is to be searched in the argument list.
Data Type:String

Return Value

iPositionThe position of the argument in the argument list. If the argument was not found, then 0 is returned.
Data Type:DWord

Description

bCodeblock:GetArgumentPos() searches for an argument in the argument list and returns it position.

See Also

bCodeblock:ArgumentList

bCodeblock:ArgumentValues

 


Page url: http://www.YOURSERVER.com/index.html?bcodeblock_getargumentpos.htm