myArray = [“a”,“b”,“c”];
& a dynamic text with var name display
display = myArray;
the result is => a,b,c
How to make it =>
a
b
c
please help me…
thanks
myArray = [“a”,“b”,“c”];
& a dynamic text with var name display
display = myArray;
the result is => a,b,c
How to make it =>
a
b
c
please help me…
thanks
:: Copyright KIRUPA 2024 //--