Page 1 of 1

showarray for numeric arrays

Posted: October 14th, 2019, 12:00 pm
by racharya
Hi all

I need to see content of a numeric array. Can i use showarray? or there is any other way to see the content of the numeric array?

Thanks for your help

Rajib

Re: showarray for numeric arrays

Posted: October 14th, 2019, 3:25 pm
by josh
showarray requires a string array. You can convert your numeric array to a string array by converting each element using either the maketext() function or the edit() function.

Re: showarray for numeric arrays

Posted: November 1st, 2019, 6:53 am
by racharya
thank you, it solved my problem