Skip to main content
1-Visitor
January 11, 2023
Solved

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

  • January 11, 2023
  • 1 reply
  • 1720 views
ttrevclear ( source:s ( start:n end:n ( delete:n )? )? )? ( ';' level:n )?
 
I can't understand those argument how to use.....
 
thanks a lot
Best answer by ChrisWestern

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

1 reply

12-Amethyst
January 11, 2023

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

eyeung1-VisitorAuthor
1-Visitor
January 11, 2023

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

I try it now!

Thanks a lot!!