Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 marco_puccetti
		
			marco_puccetti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello, i need to format a string and i ask you if this syntax could be ok:
Trace "Errore:[ $(errorDetails) :: $(connectorName)]";
Thanks
Marco
 
					
				
		
Hello Marco.
Yes, it will will work, but I suggest you to remove double quotes in the beginning and at the end. Trace command will parse string "as is", and you will see your double qutes in output;
Regards
 
					
				
		
Hello Marco.
Yes, it will will work, but I suggest you to remove double quotes in the beginning and at the end. Trace command will parse string "as is", and you will see your double qutes in output;
Regards
 
					
				
		
 marco_puccetti
		
			marco_puccetti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Ok.
Thanks
Marco
