xHarbour Reference Documentation > Function Reference |
Converts a character string obtained from ValToPrgExp() back to the original data type.
Prgexptoval( <cString> ) --> xValue
The function returns the value of the expression encoded in <cString>.
PrgExpToVal() is the reverse function of ValToPrgExp(). It exists mainly for completeness, since it merely invokes the macro compiler and returns the result of the expression represented by <cString>.
See also: | &, CStr(), HB_Serialize(), Valtype(), ValToPrg(), ValToPrgExp() |
Category: | Conversion functions , xHarbour extensions |
Source: | rtl\cstr.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com