ok, im a little confused....again
how would i enumerate a VB structure in AMS
am i right in assuming that
this in VB
in AMS would beCode:Enum CONST_DSFXDISTORTION_GAIN DSFXDISTORTION_GAIN_MAX = 0 DSFXDISTORTION_GAIN_MIN = -60 End Enum
all this stuff is new to me, but im determind to get to grips with itCode:CONST_DSFXDISTORTION_GAIN={} CONST_DSFXDISTORTION_GAIN.DSFXDISTORTION_GAIN_MAX = 0 CONST_DSFXDISTORTION_GAIN.DSFXDISTORTION_GAIN_MIN = -60


