Raik 3 Posted December 11, 2010 how do i convert an offsetadress (00172403) to the corresponding littleendian (03 24 F7 FF) code? atm. i use this: StringRegExpReplace("00172403","00\d(.)(..)(..)", "\3\2F\1FF") but for higher offsets (00332403) i dont know, if this will work. i am more interested in the math. logic. if i understand, i will be able to code it by myself. AutoIt-Syntaxsheme for Proton & Phase5 * Firefox Addons by me (resizable Textarea 0.1d) (docked JS-Console 0.1.1) Share this post Link to post Share on other sites
jchd 1,514 Posted December 11, 2010 You should be googling "endianness". I believe it would clear much mud. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Share this post Link to post Share on other sites
Raik 3 Posted December 17, 2010 You should be googling "endianness". I believe it would clear much mud.have read a lot, but not found the answer.maybe it depends on realmode, but i have no idea .. AutoIt-Syntaxsheme for Proton & Phase5 * Firefox Addons by me (resizable Textarea 0.1d) (docked JS-Console 0.1.1) Share this post Link to post Share on other sites