Actually that's not correct!
Here's a way to give it a try.
Create a program file and paste the following in. Then run it.
------- BEGIN PROGRAM CODE
local m.pkid, m.mytitle, ls_Order, ls_SortOrder
create table foo (pkid C(4), mytitle C(50))
sele foo
m.pkid = "0002"
m.mytitle =...