strings
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| strings [2018/08/29 06:47] – wolfgangriedmann | strings [2018/10/06 05:09] (current) – wolfgangriedmann | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| nValue := 123.45m | nValue := 123.45m | ||
| - | cString := i" | + | cString := i" |
| cString := i" | cString := i" | ||
| + | |||
| + | In this case (as in the use with ToString()), | ||
| + | <code visualfoxpro> | ||
| And only in the VO dialect, you need to prefix a char with the '' | And only in the VO dialect, you need to prefix a char with the '' | ||
| <code visualfoxpro> | <code visualfoxpro> | ||
| + | |||
| + | Please note that there is a major difference between C# and X#: in C# all strings are enhanced, and to make them normal, you must prefix them with the '' | ||
| + | In X# all strings are normal, and to be enhanced, they need the '' | ||
strings.1535525259.txt.gz · Last modified: 2018/08/29 06:47 by wolfgangriedmann