When creating a dialog, it would give alot more control over the dialog content, and make it more dynamic if we had alias support within a dialog...

for example, take the dialog..
dialog test {
title "Test Dialog"
size -1 -1 170 77
option dbu
box "Box", 1, 2 6 138 20
$icon
}

Then the 'icon' alias, would return standard dialog code such as...
alias icon {
return icon 2, 3 11 4 12, $mircDirCore\bar.jpg, 0, noborder
}

i know you can support variables and such within the dialog, and aliase within the dialog line(s) but i think this would be a useful thing

I want this so i can create a 'bar' graph type thing,
if not, add a reapeat property for images, so they repeat X times within the area assigned...