Einzelnen Beitrag anzeigen

Benutzerbild von inherited
inherited

Registriert seit: 19. Dez 2005
Ort: Rosdorf
2.022 Beiträge
 
Turbo Delphi für Win32
 
#7

Re: HELP: JAVA TO PASCAL/DELPHI

  Alt 23. Jun 2006, 23:26
LOL 'what makes this code' i think he 'makes' nothing. he is doing a lot
My Java isn't good enough to translate, but here some tips for pascal-language:
to compare to variables, you use '=', e.g.
  if s1=s2 then whatever; to assign a variable you use ':=', e.g

  s1:=s2; Furthermore there is no
Code:
  l++
in delphi/pascal, to increase the value of an integer-var by 1, use
  i:=i+1; or
  inc(i); so far
inh3r1ted
Nikolai Wyderka

SWIM SWIM HUNGRY!
Neuer Blog: hier!
  Mit Zitat antworten Zitat