original :
/breplace &binVar oldvalue newvalue [oldvalue newvalue...]
example: /breplace &binVar 250 247 228 227


suggestion: support 4:
1. /breplace &binVar 111.108.100 110,101,119 13 13.10 *
format:
2. /breplace &binvar (&oldString|%variable|text) (&newString|%variable|text)
3. /breplace [ -t ] &binVar oldTextString newTextString (-t will force threating numbers as plain text.)

example 1 should replace any appearance of 'old' in &binVar to 'new' and replaces carriage return character with the whole 'carriage return, line feed' string.

I know it can b scripted, I already scripted it, I used 1 variable, and three /bcopy and 1 /bset. what about making the mIRC do it automaticly without scripting?
I am using version 6.0, if newer versions support this feature, please delete this post.
sorry 4 my poor English, or my bad formulation.

* (111 108 100 == old), (110 101 119 == new)