[JW Lua] Deleting a given Test/Shape Expression Def
Charles O. Lawrence
charlesolawrence at bellsouth.net
Wed Sep 10 00:07:58 CEST 2014
Jari,
Something went fubar in beta 0.27 unless I am missing something. The
following simple code snippet used to work in 0.26 but now doesn't in 0.27.
Maybe it's Unicode related.
for expCat in loadall(finale.FCCategoryDefs()) do
local catTitle = expCat:CreateName()
local catID = expCat:GetID()
print (catTitle.LuaString,catID)
end
More information about the JWLua
mailing list