Skip to Content
0
Former Member
Feb 07, 2008 at 01:05 PM

How to find the number of characters filled in a variable????????

72 Views

Hi,

Suppose i declared a variable

test(20) type c.

test = '123'.

Now if you see out of 20 characters number of charecters filled in is 3. Or is there any way to find out string length???