Profilname lesen

hallo,

jetzt werden die PHP-Profis gleich die Krise bekommen, aber kann mir mal jemand sagen, wie ich den Profilnamen einer Variablen herausbekomme ?
Mit

$Profarray = IPS_GetVariable($IPS_VARIABLE)

bekommt man ja ein Array, in dem das Schlüssel-/Wertepaar für den Profilnamen steht…aber wie spricht man das jetzt an ??? Mit

$Name = $Profarray(VariableProfile)

sicher nicht…:confused:

Versuch mal:

$Name = $Profarray['VariableProfile'] 

Gruß,
Christoph

klasse - hat geklappt; danke