Changes between Version 4 and Version 5 of PortingC
- Timestamp:
- 06/07/10 02:28:02 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingC
v4 v5 212 212 18. String concatenated with expressions (converted to string) can be modified to use string interpolation. 213 213 Put the expressions (suitably cobra converted) into the string inside [] 214 214 215 e.g. {{{ "Value " + item.Value + " selected item: " + item.Selected ---> "Value [item.value] selected item:[item.selected]" }}} 216 215 217 if you have [ and ] symbols, these should be doubled 218 216 219 e.g {{{"some constant [ string ]" ---> "some constant [[ string ]]"}}} 217 220