Bitcoin Forum

Economy => Services => Topic started by: OmegaStarScream on January 29, 2016, 07:20:39 AM



Title: Experienced people with Delphi/Pascal
Post by: OmegaStarScream on January 29, 2016, 07:20:39 AM
I have a little project on Delphi / Pascal and I need some experienced people on this language to make it . I suppose it's not that hard to do so anyone with a medium knowledge on this language should be able to do it . contact me for more details .


Title: Re: Experienced people with Delphi/Pascal
Post by: DomainNames4Sale on January 29, 2016, 02:42:40 PM
I can help you, pm me with details


Title: Re: Experienced people with Delphi/Pascal
Post by: OmegaStarScream on January 29, 2016, 03:05:36 PM
I can help you, pm me with details

PM'ed you , I'm not sure if you understood correctly or not . IF you didn't then contact me back so I can explain further , it's nothing big really . It's probably 5mn task for someone who have some knowledge .


Title: Re: Experienced people with Delphi/Pascal
Post by: BitBustah on January 29, 2016, 05:55:40 PM
I still code in Delphi 6 nowadays... I'm more than medium (in Delphi 6).

Let me know if I can help.


Title: Re: Experienced people with Delphi/Pascal
Post by: OmegaStarScream on January 29, 2016, 06:06:43 PM
I still code in Delphi 6 nowadays... I'm more than medium (in Delphi 6).

Let me know if I can help.

It's something basic so I don't think it changed from the different versions . Anyway , DomainNames4Sale already gave me the solution of my question , thanks though !


Title: Re: Experienced people with Delphi/Pascal
Post by: OmegaStarScream on January 30, 2016, 07:42:10 PM
I need someone to answer this for me if it's possible : http://stackoverflow.com/questions/35106229/delphi-comparing-array-to-string
If someone knows the solution and he is willing to help , let me know and what is your offer for this . ty


Title: Re: Experienced people with Delphi/Pascal
Post by: BitBustah on January 30, 2016, 08:01:12 PM
The "AnsiString(#13#10)" is a linebreak.

I assume that there is no linebreak after " million" in your example.
Did you try removing it?


Try this:

Quote
if ((ArrayToString(splitted) <> ' thousand' + AnsiString(#13#10)) AND
(ArrayToString(splitted) <> ' mille')) then LettreFinal :=LettreFinal + splitted;


Don't have my Delphi at hand to test.



Title: Re: Experienced people with Delphi/Pascal
Post by: OmegaStarScream on January 31, 2016, 01:31:23 PM
The "AnsiString(#13#10)" is a linebreak.

I assume that there is no linebreak after " million" in your example.
Did you try removing it?


Try this:

Quote
if ((ArrayToString(splitted) <> ' thousand' + AnsiString(#13#10)) AND
(ArrayToString(splitted) <> ' mille')) then LettreFinal :=LettreFinal + splitted;


Don't have my Delphi at hand to test.



It's not really working , I answered you in private message with the errors messages . thanks for your help


Title: Re: Experienced people with Delphi/Pascal
Post by: BitBustah on January 31, 2016, 04:56:03 PM
The "AnsiString(#13#10)" is a linebreak.

I assume that there is no linebreak after " million" in your example.
Did you try removing it?


Try this:

Quote
if ((ArrayToString(splitted) <> ' thousand' + AnsiString(#13#10)) AND
(ArrayToString(splitted) <> ' mille')) then LettreFinal :=LettreFinal + splitted;


Don't have my Delphi at hand to test.



It's not really working , I answered you in private message with the errors messages . thanks for your help

I'm out. Hard to solve without more code. Sorry mate. Tried my best, really.