Initializing help system before first use

getdsoprop, getdsopropnum

getdsoprop, getdsopropnum


Purpose
Get module information.
Synopsis
function getdsoprop(dso:string, prop:integer):string
function getdsopropnum(dso:string, prop:integer):real
Arguments
dso 
The name of a module currently loaded into memory
prop 
The property to retrieve. Possible values:
PROP_NAME 
Module name
PROP_VERSION 
Module version
PROP_PATH 
Path to the module file
Return value
The property as a string (real for getdsopropnum) or an empty string ( -1 for getdsopropnum) in case of error (invalid property or the module was not found)
Related topics
Module