Sir I need your help

Hi sir this is Horizon here
I need your help
Actually I am working on an extension and in that I wanted to return some stylish text in the form of arrays but when I was compiling that it was showing me the error that
Unmappable character for encoding

So I was thinking to depend on assets
I need your guidance there
Because I am not able to do that
Like I was trying the way TIMAI2 has told in one of his topics but it was returning String and I wanna to return Arrays
How I can do that
Thank you

Can you please link the topic here, so that I can take a look at that.

Array ?? Of which type basically you need to do like this way...


public int[] method name() {
   returns array;
}

1 Like

i am doing with String arrays