Hi,
the next beta 8 will have the possibility to use get() everywhere to get the content of a varialbe,
e.g.
|
Quellcode
|
1
|
set(plugin[myplug].url, get(varA) );
|
but for adding also ".jpg" to this variable an action for joining string would be still needed,
what about something like "txtadd(destvar, string1, string2, string3, ...);" ?
or join() or strcat() or ... what would be a good name?
e.g.
|
Quellcode
|
1
|
txtadd(plugin[myplug].url, get(varA), ".jpg");
|
or any other suggestions?
best regards,
Klaus