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
showarray for numeric arrays
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
Re: showarray for numeric arrays
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.
-
racharya
- Posts: 6
- Joined: October 14th, 2019, 11:56 am
Re: showarray for numeric arrays
thank you, it solved my problem