RemoveString
Posted: Sat Feb 12, 2005 3:16 pm
i want this info just for knowledge, but how do i convert RemoveString function to pure asm code in pb? i was trying to do that but couldn't accomplish it. can neone help?
Code: Select all
Debug "Mini-Disassembler!"
Debug "type in your Code between the 2 Labels START_C: and END_C: "
Debug "and let the ErrorLibrary disassemble for you"
Pointer=?START_C
If Pointer<>?END_C
SetClipboardText("")
Repeat
ThisPosition=Pointer
Pointer=DisASMCommand(Pointer)
Debug Hex(ThisPosition)+" - " + GetDisASMString()
SetClipboardText(GetClipboardText()+GetDisASMString()+Chr(13)+Chr(10))
Until Pointer>=?END_C
EndIf
End
START_C:
String$ = RemoveString("alalaakatdgsa", "a")
END_C:
buyed = boughtABBKlaus wrote:hi ,
i buyed purebasic not to do this