Posted 15 February 2015 - 08:27 PM
Bug:
When trying to string,find for [[ , it will give you:
Lua:1: vm error: java.lang.arrayIndexOutOfBoundsException: 2
What I did:
f=string.find("[[]]","[[")
It happens any time you search for [[ , though. Screenies aren't really necessary here.
edit: also, it happens if you search for "=[[". It gives the same error, but a 3 rather than 2
doubleedit: no, it errors any time you find "[" using string.find in a string.
When trying to string,find for [[ , it will give you:
Lua:1: vm error: java.lang.arrayIndexOutOfBoundsException: 2
What I did:
f=string.find("[[]]","[[")
It happens any time you search for [[ , though. Screenies aren't really necessary here.
edit: also, it happens if you search for "=[[". It gives the same error, but a 3 rather than 2
doubleedit: no, it errors any time you find "[" using string.find in a string.
Edited on 15 February 2015 - 07:35 PM