Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting ASCII codes to actual characters
#3
Thanks so much. That did the trick.

A few quick questions:

What does _s mean as opposed to just a regular string named "s"?
Why didn't you have to identify it with a str in front of it?

AND

What is the difference between calling a function in these two ways:

Code:
Copy      Help
mac "WaitForMouse"
mac "WaitForKey"

or

Code:
Copy      Help
WaitForKey
WaitForMouse


When I ran the previous macro the second way (function name only - highlighted in blue) it didn't work properly, but then I did it exactly as you had

Code:
Copy      Help
mac "Function Name"

and it did work....

Thanks!
Stuart


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)