[Client_GetParams] returns a pair array containing an element for each parameter passed along with the URL in the current request.
Client_GetParams
Check the [Client_GetParams] array. The following example uses the [Array->Find] method to check whether the GET parameters contain an argument for 'Username'. If the parameter is not found then the empty array is returned.
Code
if(Client_GetParams->Find('Username') != array)
'A Username was specified.'
/if
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments