NO te preocupes... todos tenemos un día de esos ... pero siempre tenemos a la mano a nuestro fiel amigo F1
Cita:
|
Empezado por delphi help
function Copy(S; Index, Count: Integer): string;
Description
S is an expression of a string or dynamic-array type. Index and Count are integer-type expressions. Copy returns a string or array containing Count characters or elements starting at S[Index].
If Index is larger than the length of S, Copy returns an empty string or array.
If Count specifies more characters or elements than are available, only the characters or elements from S[Index] to the end of S are returned.
|
Hasta luego.
