Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 gerrycastellino
		
			gerrycastellino
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		XX:
REPLACE LOAD *
INLINE [Code, Value
1, 'A'
2, 'B'
3, 'C'
4, 'D'
];
assuming I have a table as above (data island), how would I read say the first record into a text object ?
Gerry.
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try
=FieldValue('Code',1) & ' ' & FieldValue('Value',1)
