Applies To: |
|
Summary: |
Question: Is there a way to get the value of animated text at an AN point? |
Solution: |
Yes you can get the value of animated text
by using the function DspAnInfo(). This function has an
undocumented mode (2) that will return the value of text or the
name of a button at the given AN point.
sStr = DspAnInfo(20, 2); ! get value of text an AN 20 |
Keywords: |
Related Links
Attachments