Any thoughts on this?
Currently I'm working on a generic diagram framework using Lazarus. I hope I
can contribute it to Lazarus project. My first aim is to provide UML diagram
for pascal code (just like ModelMaker in Delphi), hopefully can be integrated
directly within Lazarus.
But, because
I have the following simple program that does not seem to be working.
Connectivity using postgres unit works fine. Here's the error and
then the program will follow. Thank you! Oh, a note. I do not have
libpq.so. I do have libpq.dylib. Also, my postgresql is installed in
a non-standard plac
On 26/09/06, Jeremy Cowgar <[EMAIL PROTECTED]> wrote:
Thanks for the info though, I'll figure another way.
Jeremy
Try the following approach:
--
function tiNumToken(const pStrValue, pStrToken : string) : integer;
var
i, iCount : integer;
lsValue :
I was hoping to use it to parse a pipe delimited file. This will not
work as I do not want " chars as part of the result, I'd have to add
it in, then subtract them out. That's kind of weird behavior that a
delimiter would be forced (space) even when the delimiter field is set.
Thanks for th
On Tue, 26 Sep 2006, Jeremy Cowgar wrote:
> Below is a simple program that I *think* is working wrong. I am new to Pascal,
> so I may very well be doing something wrong.
>
> Can anyone comment?
Space is always a delimiter.
You should use
SL.DelimitedText := '"Hello World"|"How are you doing?
Below is a simple program that I *think* is working wrong. I am new
to Pascal, so I may very well be doing something wrong.
Can anyone comment?
Jeremy
program stringlistbug;
uses Classes;
var
SL : TStringList;
begin
SL := TStringList.Create;
SL.
For those that may on the off chance be downloading the Sparc Linux port
of FPC, I apologize for not having posted any binary updates to my
download site lately. I am going to post today's offering to the site
after I send this.
Robert Wolfe ([EMAIL PROTECTED] / [EMAIL PROTECTED])
Computer Progr