At 12:06 PM 2/9/2005, James Hageman wrote:
That's neat but how do you pass a variable to the plugin.
I tried : >set v v1 int = 15 >PLUGIN Num2Wrd.RBL vResult|.v1 and got. vResult = -ERROR- TEXT
Here's how:
CLEAR VAR v1, vResult
SET VAR v1 TEXT = ('vResult|15')
PLUGIN Num2Wrd.RBL &v1
SHOW VAR vResultThat's all there is to it!
Very Best R:egards,
Razzak.
