addition in a enum script

Hi,
I need to do an addition in a enum script ex:
in:
/etc/system/enum/devices/xxxx
I need something like:
set(myioport,$(ioport)+8 )

and if ioport is 300, I want 308
but now I have “300+8”

ty
Stephane Germain

i think eval() may help