Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 sonysree88
		
			sonysree88
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Can you any one please provide some simple script by using these statements
provide example and definition of the below statements
Trace
Call
Loop
Its very urgent to complete some tasks by using this.
Regards
Sonysree
Normally we can work trace like this
TRACE '$(variable)';
And then
Call yournameofrequired;
And then try to expression what is the agenda you are mentioned loop
 sonysree88
		
			sonysree88
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you please give some examples for the call and loop functions.
Regards
Sonysree
You may referring this
Trace '';
Cal name
Set a=1;
Do while a<10
LOAD * from file$(a).csv;
Let a=a+1;
Loop
 sonysree88
		
			sonysree88
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks,Is it possible to explain this ,am unable to understand..
