Is it possible to make STRPTR work on string equates? Something like:
This could be useful, for instance, on registering a Window Class. The only way I know to assign the lpszClassName value is via a string or asciiz variable. Am I wrong?
Aldo
------------------
Code:
$a = "Aldo Cavini" b = STRPTR( $a )
Aldo
------------------
Comment