This topic is locked

String Data Length

5/14/2008 7:14:20 PM
ASPRunnerPro General questions
M
mardisr author

How can I determine the length of a strValue <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8482&image=1&table=forumtopics' class='bbc_emoticon' alt=':huh:' />

J
Jane 5/15/2008

Robert,
use len() function for that.

Here is a sample:

str_length = len(strValue)