PROPLIST.SelectProperty

Previous  Next

 

ok = PROPLIST.SelectProperty( propname AS STRING ) AS INTEGER

 


 

Makes the selected property the current property.   Returns the index of the selected item if successful otherwise -1.

 

Example:

 

PROPLIST.SELECTPROPERTY( "Floating Point" )