Hi guys, I tried a parse specific config file with this syntax:
param#value
for this case
parse("R#10")
but parse returned me only :R
How I can parse this string(file), when I can parse it like
value, operator, value? :(R # 10) ?
Thanks for your help.
