Notifications
Clear all
[Closed] if/then problem
Nov 05, 2007 7:00 am
when I selected some objects and I didn`t select result is always same.
How can I solve this problem?
aa = $ as array
if aa == #() then
(
messagebox “hello!!”
)
else
(
messagebox “bye!!”
)
1 Reply
Nov 05, 2007 7:00 am
Use selection instead of $. selection.count will == 0 when nothing is selected.