|
|
Hi Hans.
Maybe this can help you.
<#> initializes text1
<varset>("text1=this --- is -- a - test","type line of text :")<#> replace - with nothing in text1. then save the result back to text1.
<var_oper>(text1,"%text1%",STR_REPLACE,"-","", "0")<#> print result to screen
<msg>(-100,-100,"%text1%","result",1,0,0,1) |
IP Logged
|