Home AMX User Forum NetLinx Studio

? Diff combined devices and array of devices

bobbob Posts: 296
Hi there,

Just curious if there Is any difference between the following two
DEFINE_COMBINE
(vdvCombinedTP, dvCA101a, dvCA102a, dvVPN1a, dvVPN2a)
...
PUSH[vdvCombinedTP, 100]

and
DEFINE_VARIABLE
DEV dvTps_a[] = (vdvCombinedTP, dvCA101a, dvCA102a, dvVPN1a, dvVPN2a)
...
PUSH[dvTps_a, 100]

Comments

Sign In or Register to comment.