Is there a method of jumping, similar to using JUMP@ and LABEL@ in Win32, which can be used in the .NET environment?
NET equivalent of JUMP@ and LABEL@
There is no alternative as far as I am aware.
It looks like JUMP@ and LABEL@ are not rejected by FTN95 under /CLR but they do not appear to work. At this stage I do not know if they should be rejected or if there is a bug in the implementation. I will log it as something to investigate.
JUMP@ and LABEL@ cannot be implemented under .NET. The fact that the compiler tries to do something is simply an oversight and the resulting code is has no effect.
A future version of FTN95 will fault at runtime when you attempt to call JUMP@ (under .NET).
Paul
Ok - thanks
David