[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
FUNCTION PARSFIELD()
Short:
------
PARSFIELD() Extracts the name of the field from an expression
Returns:
--------
<cField> => name of the field
Syntax:
-------
PARSFIELD(cExpress)
Description:
------------
Returns the field name part of cExpress
Examples:
---------
cExpr := "CUSTOMER->LASTNAME"
IF ISFIELD(cExpr)
?PARSALIAS(cExpr) // displays CUSTOMER
?PARSFIELD(cExpr) // displays LASTNAME
ENDIF
Warnings:
----------
Does not verify if this is a valid field. Use
ISFIELD().
Source:
-------
S_FIELDS.PRG
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson