Code: Select all
Function p_HighlightPackage(key, info)
singlepackage = key
type = GetType(singlepackage)
DebugPrint(type)
Is this supposed to work this way or is this a bug? For as far as i read from documentation about getval command, i understood that i should be getting values like #TABLE, #STRING from this.
I used Hollywood 5.2 Windows for this.