You are here:
Paul, Not sure if you want Hex style binary or pure binary notation. Here is an example of both. function HexToBinary(Hexadecimal: string): string; const BCD: array [0..15] of string =
Here's what I was able to find: www.atozedsoftware.com/intraWeb/ www.swissdelphicenter.ch/en/showarticle.php?id=7 community.borland.com/article/0,1410,29650,00.html www.thedelphimagazine.com/Samples/1749/1749
hello, what is the reason behind "don't want to use blob field"? it is some personal taste, or you have a rationale? because TBlobFields are the standard way of dealing with binary or blob database
Lily, Delphi creates very fast native code, so creating this in assembly seems like overkill. If you were searching for the min and max in an array of 1,000, or 10,000 then perhaps you may be able to
I have in the past written a simple Delphi application that opens for read the exe file and scans for ASCII characters in the normal range with a minimum lenght and dumps them into a string list. A parameter

©2009 About.com, a part of The New York Times Company. All rights reserved.