Re: GetFilter
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@sm...> - 1997-01-13 16:56:46
|
>Example output: > > Query: ARQualifierStructPtr=SCALAR(0x181498) > the qualifier field is not available as plain-text. it is a compiled field that arsperl doesnt decode. when you do $q = ars_LoadQualifier(..., "'Login name' = \"bart\""); this compiles the qualification 'Login name' = "bart" into $q. once done, arsperl can not decode it. when you print the Qualifier and see the above output, what you are really printing is the address of the compiled qualifier (which is stored with filters and active links). jeff |