【发布时间】:2014-05-09 04:11:56
【问题描述】:
我想按名称获取列表卡和列表对象。
之前。我问“如何找到项目浏览器的堆栈?-livecode”。我可以做到。
现在。我想按名称获取列表卡和列表对象。
谁能给我显示示例代码?
这是我获取此堆栈卡片数量的代码
answer the number of cards of this stack
但是我的代码这个错误是为了获取名片
answer the name of cards of this stack
-------我可以解决这个问题-------
on mouseUp
put the number of cards of this stack into numC
repeat with crd = 1 to the number of cards of this stack
answer the name of card crd
end repeat
end mouseUp
【问题讨论】:
标签: livecode