Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converter
#8
This example shows how can dangerous characters be replaced to dots.

Code:
Copy      Help
str s ss
if(!rget(s "QM toolbar" "Software\GinDi\QM2\toolbars" 0 "" REG_BINARY)) end "error"
int i
for(i 0 s.len) if(s[i]<32 or s[i]>127) s[i]='.'
out s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)