Migrating Areb 3.12 to OI (AREV Specific)
At 15 OCT 2001 12:19:23PM Kauko Laurinolli wrote:
I picked a program from "Extending your Advance Revelation Applications" to covert "dots" to "underscores" but the source code will not compile properly. Section at the end:
If unassigned(Indexes) else
Write indexes to DictHandle,'%%indexes%%' else nullEnd
*
gives error that Unassigned nas not been dimensioned or declared
when it is at the start of the code with Declare Subroutine Msg, FSMSG, Unassigned
Yes, $Unassigned exist in verbs and sysobj tables.
What is wrong with this code?
At 15 OCT 2001 01:25PM WinWin/Revelation Technical Support wrote:
Kauko-
At the top of the program, insert the line
Declare Function Unassigned
That should do it.