>
> > Sorry again, the Function Plugin :p
> >
> > My English.... I just cant!
> >
>
> I thought you meant the function plugin, but I don't understand why it's not possible to use "complex expressions" in it..
> I do it all the time..
>
Make a "How do I : Make a function with complex expressions", and I will make you an example when I get home from work. I will also show you how to use an array with a dictionary so you wont have to cast , and use tokens like you where suggesting to this new user.
Maybe Ashley or someone else can answer before i am done with my work.
Really surprises me how many people on the forums do not know about array. They are the backbone to programming. Most people learn about them the same time they learn about Str, Int, and Float.
Don't worry, I know how to use arrays..
I also know how to put them inside a container, so you can use them like instance variables..
For something as simple as a list I prefer using the dictionary object with the possibility of adding to the string by append and creating a visual list with a simple function using tokencount and tokenat..
I guess that's just personal preference..