Following on from this question, I need to set some memory values to strings, rather than longs. I noticed from using Cheat Engine that if I set a value of an address to a string via browsing the memory region, there is an integer value, such as "6513249" being "abc".
How would I go about converting a string to this form, for use as a long?
Thanks.