GetAxStringParam
Result$ = GetAxStringParam(Id, Pos)
 
Parameters:

    Id = Id of an ActiveX object
    Pos = Position of the parameter (zero based)
Returns:

    Result$ = value of the parameter
 

     GetAxStringParam returns the String value of an ActiveX object's parameter.



FACTS:


     * The Parameter List is zero based; ie. the first parameter is at Pos = 0



 
Related Info: GetAxFloatParam | GetAxIntParam :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com