User Tools

Site Tools


strings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
strings [2018/10/06 05:08] wolfgangriedmannstrings [2018/10/06 05:09] wolfgangriedmann
Line 38: Line 38:
 cString := i"nValue: {nValue:F6}" // nValue: 123,450000</code>  cString := i"nValue: {nValue:F6}" // nValue: 123,450000</code> 
  
-In this case (as in the use with ToString()), if you need to embed the parentheses ''{'' and ''}'' in your string, they need to be doubled: ''{{'' and ''}}'' as in this sample:+In this case (as in the use with ToString()), if you need to embed the parentheses ''{'' and ''}'' in your string, they need to be doubled: {{ and }} as in this sample:
 <code visualfoxpro>cConnection := i"Driver={{Microsoft access Driver (*.mdb)}};Dbq={cDatabaseFile};Uid=Admin;Pwd=;"</code> <code visualfoxpro>cConnection := i"Driver={{Microsoft access Driver (*.mdb)}};Dbq={cDatabaseFile};Uid=Admin;Pwd=;"</code>
  
strings.txt · Last modified: 2018/10/06 05:09 by wolfgangriedmann