kwscore_get — get the specified result from the processing of the strings provided previously
use Wacs;
use Wacs::WacsStd;
kwscore_get( | ...) ; |
parameter | description |
---|---|
what | which result you are requesting: valid ones are: cat, loc,
det, attr or other . |
default | a default value you want returned if nothing is found for this request |
The kwscore_get
function retrieves the results
from any kwscore_process
calls made since the last
kwscore_reset
. The what
argument
specifies what to return:- cat
returns a category
flag (scatflag
etc.), loc
returns
a location (slocation
), det
returns
a detailed location (slocdetail
, attr
returns the attributes (scatinfo
and other
is available for future expansion.