Log in

View Full Version : Which vb function is this?


AnhTuanCool
10-05-2004, 04:18 AM
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 :)

Colin F
10-05-2004, 04:25 AM
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

AnhTuanCool
10-05-2004, 04:34 AM
Oh great CollinF, I'll check it out, thank you :)