Error when using GOTO statement
568775Aug 6 2009 — edited Aug 7 2009Hi all
I have the following code
GOTO nextsection
<<nextsection>>
When I try to compile I get an error "PLS-00201: identifier 'NEXTSECTION' must be declared". When following the various examples on the web my syntax seems to be correct, so why might I be getting this error?
Kind regards,
Toby