| 4D v15 R3Is a variable | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | 
    4D v15 R3
 Is a variable 
         | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Is a variable ( aPointer ) -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| aPointer | Pointer |   | Pointer to be tested | |||||
| Function result | Boolean |   | TRUE = Pointer points to a variable FALSE = Pointer does not point to a variable | |||||
The Is a variable command returns True if the pointer you pass in aPointer references a defined variable. It returns False in all other cases (pointer to field or table, Nil pointer, and so on).
When you want to know the name of the variable being pointed to or the field number, you can use the RESOLVE POINTER command.
	Product:  4D
	Theme:  Language
	Number:  
        294
        
        
        
	
	Created:  < 4D v6
	
	
	
	
	
	4D Language Reference ( 4D v15 R3)
	4D Language Reference ( 4D v15)
	
	
	
	
	4D Language Reference ( 4D v15.4)
	
	4D Language Reference ( 4D v15.3)
 Add a comment
Add a comment