cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

can someone explain me about ttrevclear how to let it work?

eyeung
2-Explorer

can someone explain me about ttrevclear how to let it work?

ttrevclear ( source:s ( start:n end:n ( delete:n )? )? )? ( ';' level:n )?
 
I can't understand those argument how to use.....
 
thanks a lot
ACCEPTED SOLUTION

Accepted Solutions

Hello Eyeung

 

This is documented in BNF format but in summary:

 

All parameters are comma separated

:s = string in quotes in this case the stream name

:n = number

 

e.g. [ttrevclear "myStream",99,1000,1,1]

 

You can see the applicable values in the help centre documentation.

Also worth reading technote TN0090

Note: ttrevout and ttrevin are also very useful to check your output results.

 

Regards

Chris

 

//tformat.com

View solution in original post

2 REPLIES 2

Hello Eyeung

 

This is documented in BNF format but in summary:

 

All parameters are comma separated

:s = string in quotes in this case the stream name

:n = number

 

e.g. [ttrevclear "myStream",99,1000,1,1]

 

You can see the applicable values in the help centre documentation.

Also worth reading technote TN0090

Note: ttrevout and ttrevin are also very useful to check your output results.

 

Regards

Chris

 

//tformat.com

Ah...............really thanks Chris, very clearly!

I try it now!

Thanks a lot!!

Announcements

Top Tags