Skip to content

URIHelpers.Arguments.IndexOf

Andrew Lambert edited this page Jun 13, 2017 · 3 revisions

Method Signature

 Function IndexOf(ArgName As String) As Integer

Remarks

Returns the index of the named argument. The first argument is at index=0. If the named argument is not found then this method returns -1.

Clone this wiki locally