I am trying to build a simple notification script basedon the sample and the SAMPLE script is failing...
I keep getting errors like
Error in LINEDial: Value cannot be null.Parameter name: Argument 'Array' is Nothing.
for my command line:
r=hsp.LINEDial (1,"102",false,false)
This is a DIRECT cut-n-past out of the help section, so what am I missing???
I remember something about an extra parameter that wasn't in the help...but it has been a long time???
I keep getting errors like
Error in LINEDial: Value cannot be null.Parameter name: Argument 'Array' is Nothing.
for my command line:
r=hsp.LINEDial (1,"102",false,false)
This is a DIRECT cut-n-past out of the help section, so what am I missing???
I remember something about an extra parameter that wasn't in the help...but it has been a long time???
Comment