Einzelnen Beitrag anzeigen

MathiasSimmack
(Gast)

n/a Beiträge
 
#6

Re: Neuen Knoten einfügen

  Alt 17. Mär 2005, 10:55
Schön, aber mach dir trotzdem mal Gedanken über diese Stelle:
Zitat von tobu:
Delphi-Quellcode:
  if CBAuthor.ItemIndex = 0 then
    NewScript.Attributes['Author'] := 'CD';
  if CBAuthor.ItemIndex = 1 then
    NewScript.Attributes['Author'] := 'FV';
  if CBAuthor.ItemIndex = 2 then
    NewScript.Attributes['Author'] := 'JSP';
Das kriegst du doch besser hin, oder?
  Mit Zitat antworten Zitat