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 - sample display a test label http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 sample              Display a test label
------------------------------------------------------------------------------
 Syntax
   sample [sLabel]

 Arguments
   sLabel is a label structure declared in a labeldef block.

 Description
   The sample command displays a blank template for the given or
   the current (set by the set label to command) label for testing
   purposes.

   The label text is displayed as fields of '#' characters.  Contrary to
   the label form command, sample does not require an open database for
   its operation.

 Example
   #define EXAMPLE_DATABASE
   #include example.hdr

   proc Test_sample
   set label to sLabCust   // set current label
   sample                  // display a test label
   endproc

   proc main
   Test_sample()
   endproc

See Also: label form set label to

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