Neven MacEwan wrote:
Dennis

Therein lies the challange, to come up with an efficient 'Join' procedure
that
require no preknowlege of iteration count or item length

would the format be sominthing like

TJoinItemFunction = function(Index: integer): string;
TJoinOption = (joRemoveBlanks, joUnique, joCaseSensitive);
TJoinOptions = set of TJoinOption;

function Join(GetItem: TJoinItemFunction ; count: integer; const Sep:
string, Options TJoinOptions): string;

N

For any serious number of strings to format, won't the
database be far slower executing the resulting strings anyway?
Why not just up the db server box?

Cheers, Kurt.


---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to