Closed erikdubbelboer closed 8 years ago
*string is different than just string. Buildin functions expect normal strings. Right now using body with a function that expects a string, such as gsub, results in: bad argument #1 to gsub (string expected, got string).
bad argument #1 to gsub (string expected, got string)
Makes sense. :+1:
Thanks 😀
*string is different than just string. Buildin functions expect normal strings. Right now using body with a function that expects a string, such as gsub, results in:
bad argument #1 to gsub (string expected, got string)
.