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

Разбить текстовое поле на части   Найти похожие ветки 

 
Андрей гость   (2005-09-16 12:12) [0]

Есть такой оператор SUBSTRING(Str FROM n1 TO n2). Можно продемонстрировать его на простом примере, а то что то не получается его применить


 
Плохиш ©   (2005-09-16 12:59) [1]

Advantage Expression Engine function that extracts a substring from a character string

Syntax

SUBSTR(<cString>, <nStart>, [<nCount>]) &#224; cSubstring

Parameters

<cString> The character string from which to extract a substring. It can be up to 65,535 (64K) bytes, the maximum character string size.
<nStart> The starting position in <cString>. If <nStart> is positive, it is relative to the leftmost character in <cString>. If <nStart> is negative, it is relative to the rightmost character in the <cString>.
<nCount> The number of characters to be extracted. If omitted, the substring begins at <nStart> and continues to the end of the string. If <nCount> is greater than the number of characters from <nStart> to the end of <cString>, the excess numbers are ignored.


И чего тут непонятного?



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

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



Память: 0.45 MB
Время: 0.031 c
2-1124890165
NikNet
2005-08-24 17:29
2005.10.16
Если ли в DELPHI трех байтовй тип ?


14-1127393797
boriskb
2005-09-22 16:56
2005.10.16
mp3 плейер не хотите на дармовщину?


2-1125786268
Bes
2005-09-04 02:24
2005.10.16
Скорость.... неужели конструктор так тормозит


1-1127470767
alpine
2005-09-23 14:19
2005.10.16
Как программно скопировать папку в другу директорию ?


1-1127496363
френк
2005-09-23 21:26
2005.10.16
Z-order, но вопрос другой )




   Наверх