Hi, folks !
Try --
Then comment anything. Pretty ?
Try --
Code:
#Compile Exe Type uAdr anything As Dword szPtr As Asciiz Ptr End Type Function PbMain() Local szString As Asciiz * 80 Local u As uAdr u.szPtr = VarPtr(szString) u.@szPtr = "powerbasic" MsgBox szString End Function
Comment