sjr04
(uep)
#1
string.find
the last argument plain
should be listed as a bool
, not a number
.
string.match
last argument is a number
, not a string
, and from the description:
“A third, optional numerical argument init specifies where to start the search; its default value is 1 and can be negative.”
So it should be number init = 1
6 Likes
Quenty
(Quenty)
#5
Just wanted to bump this to note that this still isn’t fixed, a year later, which is very upsetting.
1 Like
Ozzypig
(Ozzypig)
#6
Hey, sorry this got buried. These inaccuracies have been fixed!
1 Like
system
(system)
Closed
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.