【发布时间】:2017-02-03 04:09:22
【问题描述】:
我想在用 Bright-Script 编写的自定义插件中使用用户变量。这些变量是在创建演示文稿的过程中在 Bright-Author 中定义的。我尝试使用 user-Variables 关联数组将它们带入脚本,但没有奏效。
这是我尝试使用的一段代码:
Sub data2(xmlFileName as String, itemsByIndex as object, itemsByTitle as Object, userVariables As Object)
print userVariables["uservariablename"]
end Sub
【问题讨论】:
标签: brightscript