Ver Mensaje Individual
  #13  
Antiguo 16-12-2009
Avatar de Axel_Tech
Axel_Tech Axel_Tech is offline
Miembro
 
Registrado: nov 2008
Ubicación: lugar en que está ubicado algo.
Posts: 85
Reputación: 16
Axel_Tech Va por buen camino
Cita:
Empezado por THACKER Ver Mensaje
Le investigue ahorita, perdon la molestia pero ando estudiando matematica entonces... Bueno, busque en Delphi al Limite, y consegui esto:

Código Delphi [-]
function AnsiLeftStr( const AText: AnsiString; const ACount: Integer ): AnsiString; 
function AnsiMidStr( const AText: AnsiString; const AStart, ACount: Integer ): AnsiString;

Los agregue, y me devuelbe:

Código Delphi [-]
[Error] Unit1.pas(66): Unsatisfied forward or external declaration: 'AnsiMidStr' 
[Error] Unit1.pas(9): Unsatisfied forward or external declaration: 'AnsiLeftStr' 
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'
No tienes que declararlas, sólo tienes que agregar StrUtils a tus uses.

Por cierto no es ListBox1.Item[i], sino ListBox1.Items[i]. Fallo mío
__________________
No hope, no dreams, no love, my only escape is Underground

Última edición por Axel_Tech fecha: 16-12-2009 a las 09:44:54.
Responder Con Cita