Wiki

Changes between Version 4 and Version 5 of PortingC

Show
Ignore:
Timestamp:
06/07/10 02:28:02 (14 years ago)
Author:
gauthier
Comment:

fix formatting (now using preview)

Legend:

Unmodified
Added
Removed
Modified
  • PortingC

    v4 v5  
    21221218. String concatenated with expressions (converted to string) can be modified to use string interpolation. 
    213213    Put the expressions (suitably cobra converted) into the string inside [] 
     214 
    214215    e.g. {{{ "Value " + item.Value + " selected item: " + item.Selected  --->  "Value [item.value] selected item:[item.selected]" }}} 
     216 
    215217    if you have [ and ] symbols, these should be doubled 
     218 
    216219    e.g {{{"some constant [ string ]" ---> "some constant [[ string ]]"}}} 
    217220