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

Home

 
4D v19
VP SET TEXT VALUE

VP SET TEXT VALUE 


 

VP SET TEXT VALUE ( rangeObj ; textValue {; formatPattern} ) 
Parameter Type   Description
rangeObj  Object in Range object
textValue  Text in Text value to set
formatPattern  Text in Format of value

The VP SET TEXT VALUE command assigns a specified text value to a designated cell range.

In rangeObj, pass a range of the cell(s) (created for example with VP Cell or VP Column) whose value you want to specify. If rangeObj includes multiple cells, the value specified will be repeated in each cell.

The textValue parameter specifies a text value to be assigned to the rangeObj.

The optional formatPattern defines a pattern for the textValue parameter. For information on patterns and formatting characters, please refer to the 4D View Pro Cell Format section.

Example  

 VP SET TEXT VALUE(VP Cell("ViewProArea";3;2);"Test 4D View Pro")



See also 

4D View Pro Cell Format
VP SET VALUE

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Language
Number: 9582

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v17 R4

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)