Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 Vasiliy_Beshent
		
			Vasiliy_BeshentHello!
If i want to use comma as delimiter - it's no problem: SubField(Field1, ',' ,14) as Result15
If i want to use single quota as delimiter - like this: SubField(Field1,'''',14) as Result15
How to write correct single quota in script?
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be try this:
SubField(Field1, Chr(39),14) as Result15
 
					
				
		
 Vasiliy_Beshent
		
			Vasiliy_BeshentThx a lot!
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		No problem 
