At 12:33 PM 9/10/2010, Dennis McGrath wrote:
I have a UDF that works great in RBDOS.
When I try to run the same code in RBWIN 7.6 I get
ERROR Invalid configuration file (2004)
Any ideas?
Dennis,
In R:BASE 7.6 for Windows, you will have to use the
"WINUDF" function to achieve you goal.
Syntax:
(WINUDF('exe-name','parameter-list'))
(WINUDF('-exe-name','parameter-list'))
(WINUDF('+exe-name','parameter-list'))
(WINUDF('@dll-name','parameter-list'))
For complete details and examples:
HELP | Index | WINUDF
You may also visit the latest online help:
http://www.RSyntax.com
Very Best R:egards,
Razzak.