Jump to content

Module talk:String

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Banaticus (talk | contribs) at 00:04, 21 February 2013 (Created page with 'Why does sub only return a single character? It returns characters in the strong from position "i" to position "i" (only a single character). Shouldn't it go f...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Why does sub only return a single character? It returns characters in the strong from position "i" to position "i" (only a single character). Shouldn't it go from "i" to "j" like the lua support page suggests? Banaticus (talk) 00:04, 21 February 2013 (UTC)[reply]