Einzelnen Beitrag anzeigen

EDatabaseError

Registriert seit: 11. Mai 2005
Ort: Göppingen
1.238 Beiträge
 
Delphi 2007 Professional
 
#2

Re: String auf Großbuchstaben überprüfen

  Alt 8. Aug 2006, 15:03
Forensuche

Delphi-Quellcode:
for i := 1 to String.Lenght do
 begin
  s := UpperCase(text[i]);
  if s = text[i] then großbuchstabe;
 end;
so etwa...


Mfg
Tobi
Tobias
It's not a bug, it's a feature.
  Mit Zitat antworten Zitat