
10-05-2004, 04:25 AM
|
 |
|
|
Join Date: Jul 2004
Location: Switzerland
Posts: 1,551
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AnhTuanCOol
Hi,
Does anyone know vb has a function that count the characters or digits in a row of a field in the database? If you do, please share it with me, thank you 
|
you can use strlen() http://ch2.php.net/manual/en/function.strlen.php
or count_chars() http://ch2.php.net/manual/en/function.count-chars.php
|