Is there any
for each item in ...
next
to get thr list of animations a Microsoft Agent can preform ?
Printable View
Is there any
for each item in ...
next
to get thr list of animations a Microsoft Agent can preform ?
So, no one can help around here ???
Come on guys, I am sure someone knows it ..
guys, your really pissed me off !
there is no one out there who knows how to do it ???
Correct. Nobody knows
Wow..there's a way to get an answer
That's it !
guys, your really pissed me off !
there is no one out there who knows how to do it ???
If someone read the Q and knew what you were talking about, they would reply, unless of course, they were a little Pissed Off by your behavior!
o.k o.k,
Let me apologize:
Please forgive my language.
What I mean is
when you have lets say a dictionary object called: objDict
you can write something like:
for each item in objDict
msgbox item & "=" & objDict (item)
next
and that will give you the key names and the values..
What I am looking for is the same line of code, but for a microsoft agent, I would like to get the list of animation that the praticular MSagent supports something like:
for each item in agnent.play
msgbox item
next
Is that better ?