Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - enddef data declaration block end http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 enddef              Data declaration block end
------------------------------------------------------------------------------
 Syntax
   <blockinit>
      <declarations>
   enddef

 Arguments
   <blockinit> is a declaration block initiator keyword.

   <declarations> is a list of declarations approprioate for the block
   in question.

 Description
   The enddef keyword terminates a declaration block initiated
   with any of the vardef, dbfdef, indexdef, reportdef, groupdef,
   subgroupdef, columndef, or labeldef keywords.

 Example
   #define EXAMPLE_KEYWORD
   #include example.hdr

   dbfdef sTest
      long( 8 ) data
   enddef
   
   vardef
      char cMsg := "enddef"
   enddef
   
   proc Test_enddef
   ? cMsg
   endproc

   proc main
   Test_enddef()
   endproc

See Also: dbfdef indexdef vardef

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson