This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19 R4
formula.source

formula.source 


 

   
Parameter Type   Description
formula.source   Text in Formula as text expression

Read-only property

The formula.source property contains the source expression of the formula as text. 

Example  

 C_OBJECT($of)
 C_TEXT($tf)
 $of:=Formula(String(Current time;HH MM AM PM))
 $tf:=$of.source //"String(Current time;HH MM AM PM)"



See also 

Formula
Formula from string

 
PROPERTIES 

Product: 4D
Theme: Formulas

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R2

 
ARTICLE USAGE

4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)
4D Language Reference ( 4D v19 R4)
4D Language Reference ( 4D v19.4)
4D Language Reference ( 4D v19.5)
4D Language Reference ( 4D v19.6)
4D Language Reference ( 4D v19.7)
4D Language Reference ( 4D v19.8)