Hi - The "global" declaration syntax now permits compact initialization of variables. This should be useful for tapsets that transcribe macro values en masse: global MASK_1 = 1, MASK_2 = 2 It only accepts numeric or string literals on the right hand side. - FChE