Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>__pards pass character pointer to clipper date</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
__PARDS            Pass character pointer to Clipper date


Syntax Usage:  . To obtain a date parameter:

                   mov   ax, <ORDER>
                   push  ax
                   call  __PARDS
                   add   sp, 2

               . To obtain a date element from an array parameter:

                   mov   ax, <ORDER>
                   mov   bx, <INDEX>
                   push  bx
                   push  ax
                   call  __PARDS
                   add   sp, 4


Arguments:     <ORDER> is the placement order in the parameter list.
               <INDEX> is the index of the array element to be accessed.

Description:   This routine places the address of a Clipper date stored
               as a string in the form YYYYMMDD in DX:AX where:

                   DX = segment
                   AX = offset

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson