Take Command / TCC Help v. 13.03
@FILTERNot in LE
Hide Navigation Pane
@FILTERNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@FILTERNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@FILTER[chars,string] : Removes any characters in "string" that aren't in "chars".  For example, to remove all non-numeric characters from a variable:

 

     %@filter[0123456789,%var]

Comments (...)