Name

kwscore_get — get the specified result from the processing of the strings provided previously

Synopsis

use Wacs;
use Wacs::WacsStd;
kwscore_get(...); 
 

Parameters

parameterdescription
whatwhich result you are requesting: valid ones are: cat, loc, det, attr or other.
defaulta default value you want returned if nothing is found for this request

Summary

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.

Availability

As a collection administration function, kwscore_get is currently only available in perl.