Example:
print(APIname) --> nil
API.name('A text')
print(APIname) --> 'A text'
orprint(API) --> nil
using('API')
print(API) --> table: xxxxx
So I could do this:tEnv.APIname = sText -- tEnv is the Environment of the caller, sText is the argumentor
tEnv[sKey] = tAPIs[sKey] -- tEnv is the Environment of the caller, sKey is the argument, tAPIs are internal APIsI need it also for identification: 'Who call me?
--> You get this
--> And you get this2'
Edited by Sewbacca, 01 August 2016 - 06:23 PM.












