Is there any way that I can put $variables in the title of a dialog? Or in text?
Code:
 dialog test {
  title "test $variable"
  size -1 -1 100 80
  option dbu

  text "$active",1 ,10 10 20 20
} 


This won't work...