Hi Bruce,
Updated to NT 11.30 yesterday.
Compiling my app today lots of errors:
1) No matching prototype available - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:228
StringTheory.Append Procedure(string newValue, long pClip = false, <string pSep>)
2) Unknown procedure label - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:230,3
self.Append(newValue,pClip,pSep)
3) Field not found: APPEND - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:230,8
self.Append(newValue,pClip,pSep)
4) Unknown identifier: NEWVALUE - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:236,38
if band(pClip,st:NoBlanks) > 0 and newValue = '' then return.
5) Unknown identifier: PCLIP - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:236,11
if band(pClip,st:NoBlanks) > 0 and newValue = '' then return.
6) Unknown identifier: SELF - C:\Clarion10\Accessory\LibSrc\Win\StringTheory.clw:239,6
if self._DataEnd < 1
and lots more
Regards
Johan de Klerk