Error in file handling
When parsing a text file into a mumps routine I get this error
<FUNCT>Method+2^%CDCalBk
Any idea what can be causing this
Thanks in advance
Comments
Hello Gary,
What code are you running?
This has probably to do with underscores ( _ ) in variable/method names. (not allowed in object script, but used with callbacks in the (deprecated) product VISM (or also called Cache Direct, hence the CD and CalBk in the error)
I get a similar error when doing :
%SYS>set _abc=1 <FUNCTION>SetProp+2^%CDCalBk %SYS 3d1>
From the documentation :
Invalid Names
A local variable name that does not follow the above naming conventions generates a