Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - <b>syntax:</b> int pxputalpha(recordhandle rechandle, fieldhandle fldhandle, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXPutAlpha(RECORDHANDLE recHandle, FIELDHANDLE fldHandle,
                       char *str)

Args: recHandle - record buffer handle
      fldHandle - field handle (number)
      *str      - string to be stored in field fldHandle

Returns: PXSUCCESS (0) or error number

Synopsis: Copies the contents of str to the record buffer.  If str is too
   long to fit in fldHandle, it will be truncated. Valid for field type A.

See Also: Example Field Types PXGetAlpha

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