Ok so iv made programs and iv mostly made stuff i thought would be usefull well i am currently porting all my programs to C# and making them insolence plugins that way all my programs arent All mixed up and you dont have to keep switching between program to program. I also want to make some new stuf...
also sometimes if to do the HEX() command you will get an overflow command so here is a funtion i use to solve that Public Function BigDecToHex(ByVal DecNum) As String ' This function is 100% accurate untill ' 15,000,000,000,000,000 (1.5E+16) Dim NextHexDigit As Double Dim HexNum As String HexNum = ...