Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Return statements must be used to return a value to a calling procedure. You cannot use Return statements by themselves to control program flow.
Error ID: BC30654
To correct this error
Specify a value that the function or procedure can return.
Use the End statement to cause the program to exit the current procedure.