very weird behavior in regex substitute %0
Hi,
does anyone know what happens with regex? as soon as there are several similar characters (how many?), the substitute %0 gives a crazy output, and similar whatever the input.
any ideas?
Max Patch
Copy patch and select New From Clipboard in Max.
You can add "@tosymbol 1". otherwise the result hits the limit of the highest possible integer number in Max.
hi oliver!
i learned 2 others thing thanks to you !
1) I didn't know that regex could take that argument
2) that there were such limit in max!
so i m curious, what 9223372036854775807 corresponds to? is that like a standard message that indicates we went over that limit?
thx!!!
9223372036854775807 is equal to 2^63 - 1, the maximum value that can be represented using 64 bit signed integers.