j
k
j a
j l
"James Hawkins" <truiken(a)gmail.com> wrote:
+ text = MSI_RecordGetString( rec, 10 ); + if ( text ) + { + begin = strchrW( text, '{' ); + end = strchrW( text, '}' );
Perhaps it would be cleaner to use end = strchrW( begin, '}' ); -- Dmitry.
Back to the thread
Back to the list