Is Not A Valid Integer Value
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 554 articles for 0.061 sec
Re: errore conversione stringa     

Group: it.comp.lang.delphi · Group Profile · Search for Is Not A Valid Integer Value in it.comp.lang.delphi
Author: Tin
Date: Sep 29, 2006 14:51

... ho una stringa nulla: function StrToInteger(s: string): integer; begin if s = '' then Result := 0 else...> end; end; function StrToInteger(s: string): integer; begin if s = '' then Result := 0 else ... errore EConvertError col messaggio ''3 ' is not a valid integer value' !!!!!!! Ho il sospetto che la variabile contenga il valore '3...
Show full article (0.87Kb) · Show article thread
Re: errore conversione stringa     

Group: it.comp.lang.delphi · Group Profile · Search for Is Not A Valid Integer Value in it.comp.lang.delphi
Author: Andrea Laforgia
Date: Sep 29, 2006 11:31

On 29 Sep 2006 17:45:14 +0200, raktzo <_raktzo@users.sourceforge.net_> wrote: ''3 ' is not a valid integer value' !!!!!!! forse perche non gradisce gli apici? non ti conveniva usare Val e gestire Code? Val ??? ... esiste StrIntToDef con Delphi, dimenticatevi il vecchio TP.
Show full article (0.28Kb) · Show article thread
Re: errore conversione stringa     

Group: it.comp.lang.delphi · Group Profile · Search for Is Not A Valid Integer Value in it.comp.lang.delphi
Author: Valter Buccinà
Date: Sep 29, 2006 08:45

"cicogna" <luca.rep@libero.it> ha scritto nel messaggio news:nSaTg.128580$_J1.882238@twister2.libero.it... [..] eppure da' errore EConvertError col messaggio ''3 ' is not a valid integer value' !!!!!!! a me no procedure TForm1.Button1Click(Sender: TObject); begin if StrToInteger(edit1.Text) = 3 then showmessage('3'); end; Valter
Show full article (0.36Kb) · Show article thread
errore conversione stringa     

Group: it.comp.lang.delphi · Group Profile · Search for Is Not A Valid Integer Value in it.comp.lang.delphi
Author: cicogna
Date: Sep 29, 2006 08:21

ho creato questa funzione per evitare errori quando ho una stringa nulla: function StrToInteger(s: string): integer; begin if s = '' then Result := 0 else begin try Result := StrToInt(s); <----- ... eseguendo passo-passo ho verificato che s contiene il valore '3' eppure da' errore EConvertError col messaggio ''3 ' is not a valid integer value' !!!!!!!
Show full article (0.49Kb)
FAIL Class-Meta-Declare-0.04 i386-freebsd-thread-multi 6.1-release     

Group: perl.cpan.testers · Group Profile · Search for Is Not A Valid Integer Value in perl.cpan.testers
Author: srezic
Date: Aug 23, 2008 12:25

...Failed test '... setting to a non-integer value should fail' # at t/30...: Regexp ((?-xism:Value 'Ovid' is not a valid integer)) # found: Bizarre copy.../Heavy.pm line 45. Could not load Class::Meta::Types::Boolean: .../Heavy.pm line 45. Could not load Class::Meta::Types::Boolean: .../local/src/CPAN/build/Params-Validate-0.91-vw5xEm/blib/arch:/.../local/src/CPAN/build/Params-Validate-0.91-vw5xEm/blib/lib:/...
Show full article (11.40Kb)
FAIL Class-Meta-Declare-0.04 i386-freebsd-64int 7.0-release     

Group: perl.cpan.testers · Group Profile · Search for Is Not A Valid Integer Value in perl.cpan.testers
Author: stro
Date: Jul 1, 2008 23:26

...automated smoke testing program and was not reviewed by a human for .../Heavy.pm line 45. Could not load Class::Meta::Types::Boolean: ... test '... setting to a non-integer value should fail' # at t/.../Heavy.pm line 45. Could not load Class::Meta::Types::Boolean: ... test '... setting to a non-integer value should fail' # at t/... Regexp ((?-xism:Value 'Ovid' is not a valid integer)) # found: Bizarre ...
Show full article (9.28Kb)
FAIL Class-Meta-Declare-0.04 i386-freebsd 6.1-release-p23     

Group: perl.cpan.testers · Group Profile · Search for Is Not A Valid Integer Value in perl.cpan.testers
Author: srezic
Date: May 21, 2008 15:34

... test '... setting to a non-integer value should fail' # at t/20... Regexp ((?-xism:Value 'Ovid' is not a valid integer)) # found: Bizarre ... test '... setting to a non-integer value should fail' # at t/... test '... setting to a non-integer value should fail' # at t/... test '... setting to a non-integer value should fail' # at t/... test '... setting to a non-integer value should fail' # at t/...
Show full article (7.75Kb)
Re: Writing floating point values to file     

Group: comp.lang.forth · Group Profile · Search for Is Not A Valid Integer Value in comp.lang.forth
Author: Larry Webber
Date: Mar 23, 2008 16:48

... to a file? For writing integer values there are the "pictured ... this with gforth and vfxlin? Not because I know the answer,...string representing the floating point value for later display? (2) Or...which will both plot the values and perform certain numerical analysis...REPRESENT ( addr len -- exponent sign? valid? ) ( F: f -- ). http://www.forthfreak...
Show full article (3.57Kb) · Show article thread
Re: Writing floating point values to file     

Group: comp.lang.forth · Group Profile · Search for Is Not A Valid Integer Value in comp.lang.forth
Author: Ian Osgood
Date: Mar 23, 2008 09:23

...values to a file? For writing integer values there are the "pictured ...do this with gforth and vfxlin? Not because I know the answer,... string representing the floating point value for later display? (2) Or ... which will both plot the values and perform certain numerical analysis ... REPRESENT ( addr len -- exponent sign? valid? ) ( F: f -- ). http://www.forthfreak....
Show full article (2.39Kb) · Show article thread
Re: valid code or not     

Group: comp.lang.fortran · Group Profile · Search for Is Not A Valid Integer Value in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Sep 25, 2007 14:10

... CALL Set_To_NaN ( Value ) SUBROUTINE Set_To_NaN ( Value ) INTEGER Value Value = {THis is your ...RValue) IValue = {THis is your problem!} Value = RValue RETURN END but more likely ...point those should work. (I am not so sure what happens with BOZ...with a different bit order for integer and floating point data.) Others have...
Show full article (1.46Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next