>> The ideal thing would be to find some java mechanism that allows him to
>>`append` this checksynchronize to `the` main loop, some main-loop hook
>> of sorts.
Hum, if somebody have some idea how to implement it, he is very welcome to
show his way... ;-)
PS: By the other way, here some conclusio
In our previous episode, Juha Manninen said:
> On Wed, Jun 18, 2014 at 2:36 PM, Bart wrote:
> > The original code removes trailing spaces only, and Trim() removes
> > more than spaces (and it removes leading blanks as well).
>
> Filename := TrimRight(Filename);
or
Filename := TrimRightSe
On Wed, Jun 18, 2014 at 2:36 PM, Bart wrote:
> The original code removes trailing spaces only, and Trim() removes
> more than spaces (and it removes leading blanks as well).
Filename := TrimRight(Filename);
:)
Juha
___
fpc-pascal maillist - fpc-pa
Thanks, Now i got where did i made misake
it should be
*if terminal_bonus[1] > 0 then*
thanks
Sud
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Error-Operator-Is-not-oberloaded-in-Free-pascal-tp5719614p5719620.html
Sent from the Free Pascal - General ma
On 6/18/14, Juha Manninen wrote:
> How about :
> Filename := Trim(Filename);
The original code removes trailing spaces only, and Trim() removes
more than spaces (and it removes leading blanks as well).
Bart
___
fpc-pascal maillist - fpc-pascal@li
Thanks Jonas,
But already THis code is running in Turbo pascal and i am migrating TP
application to Free pascal.
so please suggest the solution.
Thanks
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Error-Operator-Is-not-oberloaded-in-Free-pascal-tp5719
On 18 Jun 2014, at 09:14, mokashe.ram wrote:
can any one help me on below issue, as in have one variable of type
ARRAY, see below
*
bonus_details_record = RECORD
terminal_bonus : ARRAY[1..2] OF REAL;* IF
terminal_bonus > 0 THEN*
as above statement is
On Wed, Jun 18, 2014 at 6:42 AM, Ralf Quint wrote:
> A totally different solution and also more universal (not depending on the
> length of the filename to be exactly 8 characters long would be
>
>while ((Length (Filename) > 0) AND (Filename (Length (Filename) = ' ') do
>Delete (Filena
Hi EveryOne,
can any one help me on below issue, as in have one variable of type
ARRAY, see below
*
bonus_details_record = RECORD
terminal_bonus : ARRAY[1..2] OF REAL;* IF
terminal_bonus > 0 THEN*
as above statement is possible in Turbo pascal
On 6/17/2014 7:54 PM, Jim Leonard wrote:
The error is because FreePascal optimizes loops wherever it can, and
trying to modify the loop variable would break under that optimization.
While you could enable compilation flags to make things more TP
compatible, looking at the code, I can see that
10 matches
Mail list logo