Hi,
after some work I managed it to extract the informations I need.
Now I habe some problems saving the information.
In my .toc file I inserted: ## SavedVariables: varA,varB
In my addOn.lua file I collect information into an array.
How do I write the complete array-content into varA, so that it appears in my savingVariables\addOn.lua file?
I can write single strings into my varibles and they appear in the save-file after exiting the game, but with my array-content I have some problems.
Maybe someone can help me or giving me a hint?
Regards...