Say I have: $chocolate = "good" $cherry = "red" $flavour = "chocolate" is there a way to have $write sys$output "''flavour' is ?????????" come out as "chocolate is good" ? or would I have to do a substitution to a temporary variable first and use that temp variable in the write sys$output command ?