Quote:
Note that you could also use:

$+(%ib_con_,$1)


You'll have to separate the % so the variable won't be evaluated.

Code:
 $+(%,ib_con_,$1) 


To get the value of it:

Code:
 $($+(%,ib_con_,$1),2)