Вниз
Скачать: CL | DM;

кусок текста   Найти похожие ветки 

← →
Golik   (2006-04-15 00:28) [0]

Доброго времени.
подскажите - из таблицы Access в переменную считываю из поля определенное значение например "44УК3234234" как мне запонить в  другую переменную последние 4 символа этого текста ?


← →
EvS ©   (2006-04-15 01:30) [1]

Unit

System

Category

string handling routines

Delphi syntax:

function Copy(S; Index, Count: Integer): string;
function Copy(S; Index, Count: Integer): array;

Description

S is an expression of a string or dynamic-array type. Index and Count are integer-type expressions. Copy returns a substring or subarray containing Count characters or elements starting at S[Index]. The substring or subarray is a unique copy (that is, it does not share memory with S, although if the elements of the array are pointers or objects, these are not copied as well.)

If Index is larger than the length of S, Copy returns an empty string or array.

If Count specifies more characters or array elements than are available, only the characters or elements from S[Index] to the end of S are returned.

Note: When S is a dynamic array, you can omit the Index and Count parameters and Copy copies the entire array.


← →
Ksenom ©   (2006-04-15 18:02) [2]

y:="44УК3234234";
s:=Copy(y,Length(y)-3,4);
или около того...



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.026 c
2-1144982672
dwar
2006-04-14 06:44
2006.04.30
com порт, и DLL


4-1139480715
van_der_alex
2006-02-09 13:25
2006.04.30
отследить ЧТЕНИЕ определенного файла


8-1132910552
avlan
2005-11-25 12:22
2006.04.30
Видео в формате WMV


15-1144293995
Rentgen
2006-04-06 07:26
2006.04.30
какой коэффициент счетчика, если известны Ктт и Ктн ???


2-1144922308
Сергей И
2006-04-13 13:58
2006.04.30
Кто занет как изменить рисунок при запуске WINdows?




   Наверх