<apicp noise [...]> syntax?

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

<apicp noise [...]> syntax?

Post by Thunderstone »




When I try something like:

<apicp noise "am" "are">

which is a simplified version of the example on page 39 of part II of the
manual, I get the following error:

015 /~slumos/webinator/newsearch:39: Wrong number of arguments to user
function `apicp' (expected 2)

I can't find any other mention of how to specify a list of strings in the
manual, so what is the correct syntax?

Thanks in advance.

Steve Lumos <slumos@isri.unlv.edu>
Information Science Research Institute
University of Nevada, Las Vegas




User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

<apicp noise [...]> syntax?

Post by Thunderstone »




Try:

<$mynoise= "am" "are">
<apicp noise $mynoise>




Post Reply