update
This commit is contained in:
7
pl-tests.lua
Normal file
7
pl-tests.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
stringx = require 'pl.stringx'
|
||||
|
||||
function onResume()
|
||||
local string = "String with spaces"
|
||||
local sList = stringx.split(string, " ")
|
||||
ui:showText(sList[3])
|
||||
end
|
||||
Reference in New Issue
Block a user