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>@...get pseudo-function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  @...GET                                                     Pseudo-Function
 Purpose..: Shadow the Clipper @...GET command
-------------------------------------------------------------------------------
 Syntax...: @ <nX>, <nY> [SAY <cSay>]            ;
                         GET <oGet>]             ;
                         SHADOW

 Arguments: <nX>            = row to place the say...get.
            <nY>            = column to place the say...get.
            [<cSay>]        = text to display for say...get.
            <oGet>          = get object created.

 Source...: FW_MAIN.CH
-------------------------------------------------------------------------------
 Example..: . The example displays a code portion for a display
              which asks for the backup info.

        wPutC( , 2, "Which drive should be used for backup?", "B/BG" )

        wSay( ,4, 5, "From.... " )
        @ wRow(), wCol() GET    pad( "C:\", 30 )      ;
                         COLOR  "W+/B,B*/W"           ;
                         SHADOW

        wSay( ,6, 5, "To...... " )
        @ wRow(), wCol() GET    pad( "A:\", 30 )   ;
                         COLOR  "W+/B,B/*W"           ;
                         SHADOW

        READ MOUSE WITH CURSOR

See Also:

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