Hi, say i do this
will this also delete the dkeys? as well??
dim dKeys[100] key1 = createcube() for i=0 to 30 dkeys[i] = copyentity(key1) next freeentity key1
will this also delete the dkeys? as well??