Board index » delphi » string --> integer
Serge Knapp
![]() Delphi Developer |
Thu, 17 Apr 2003 19:28:02 GMT
string --> integer
Sorry, I mixed some things up.
my compiler says "Error 26: Type mismatch" for the following line: changednumber[i] := 'moddivision'; you need to know: PROGRAM... VAR base :NUMBASE; FUNCTION NumToString(x:LONGINT; b:NUMBASE):STRING; VAR newdivision :REAL; BEGIN REPEAT Thanks in advance. -Daniel -- |