Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Solved! Go to Solution.
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
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!!