Page 1 of 1

ELSLEN Function throws error in TI

Posted: Fri Jan 23, 2015 10:11 pm
by dharav
ELSLEN.JPG
ELSLEN.JPG (75.13 KiB) Viewed 4050 times
Hello All

I want to find the length of the string so that i utilized ELSLEN function in my TI. Unfortunately, it is not working. I have attached the copy of error message along with my TI code for your reference. I utilized ELPAR and it works.

Could you throw some light on this issue? Is there any other way to find out the length of the string?

Thank You

Dharav

Re: ELSLEN Function throws error in TI

Posted: Fri Jan 23, 2015 10:29 pm
by Duncan P
IBM Doc for ELSLEN wrote: ELSLEN
This is a CXL worksheet function, valid only in worksheets.

Re: ELSLEN Function throws error in TI

Posted: Fri Jan 23, 2015 11:34 pm
by Alan Kirk

Re: ELSLEN Function throws error in TI

Posted: Sat Jan 24, 2015 9:42 am
by BariAbdul
I think Long is the function you should be looking at. :)

Re: ELSLEN Function throws error in TI

Posted: Wed Jan 28, 2015 5:27 am
by dharav
thank you all.