Hi,

I've got a question about using handle().

I tried the following code:

Code:
SOUND* snd = snd_create(my.string1);
var objHandle = handle(snd);
var objType = (objHandle >> 24) << 10;



I try to get the object type like it is described in the manual:

http://www.conitec.net/beta/ain-handle.htm

But objType is always 0 and objHandle everytime the same number (I forgot to copy it out of the logfile).

Can someone help me with that?

Regards,
Pegamode.