kmcintyre
 Legend
    Posts: 410
Joined: 8/30/2007
Location: Valley Center, CA
User Profile |
I'm trying to use DebugMsg to debug...
I need to convert an integer to a string so I can log the value.
I looked in the IDE but didn't see functions for string operations.
How can I convert non-String data types into String evquivalents?
How can I append strings? + or & or StrCat()???
Thanks!
|