Thema: Delphi String in Char

Einzelnen Beitrag anzeigen

Benutzerbild von n00b_on_knees
n00b_on_knees

Registriert seit: 5. Apr 2003
128 Beiträge
 
#4
  Alt 22. Jun 2003, 10:56
ne, also hier ist der code:

Delphi-Quellcode:
procedure GetMatrix(var a: TFeld; var s: TStringGrid);
//Variablendeklaration
var
  i, j: integer;
begin
  for i:= 1 to s.ColCount do
    for j:= 1 to s.RowCount do
      if s.Cells[i, j] <> 'then
        A[i, j]:= StrToFloat(s.Cells[i, j]); //Also hier beim Einlesen aus dem StringGrid. Vorher ist es ein String, aber ich will ein Feld mit Char haben, und da muss man das umwandeln
Against TCPA & And I think we should live our dreams
  Mit Zitat antworten Zitat