Clarion User Procedure


To create your own user defined procedure, local to a module or global to the whole application the following are the basic steps to execute:


  • goto the module
  • click on embed
  • select local data
  • hit insert key
  • at the editor type the following code;

     ex.:

           MAP

           checkit  procedure

           End


  • next goto the local procedure
  • hit insert key
  • enter the codes below:

     ex.:


     checkit   Procedure

     code

       ....... .. . ..

       . . . .

       . . . .

     return