Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>default...to pseudo-function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  DEFAULT...TO                                              Pseudo-Function
 Purpose..: Set a default
-------------------------------------------------------------------------------
 Syntax...: DEFAULT <uIt1> TO <uWhat>

 Arguments: <uIt1>    = a item to which to set a default.

            [<uWhat>] = the value to which <uIt1> is set.

 Remark...: The command is a #translate function.

               #command DEFAULT <v1> TO <x1> ;
                     => ;
                   iif( <v1> == NIL, <v1> := <x1>, NIL )

            You must have a #include "FW_AIDS.CH" statement in your
            source code file to use the command.

 Source...: FW_AIDS.CH
-------------------------------------------------------------------------------
 Example..: To show the command, the bottom row is
            set to the following default:
            ...
            DEFAULT nB TO ( aWin:Txt:B - aWin:Txt:T )


See Also:

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