Hi all

If I run the following code

= Adbobjects(laTables, 'Table')
= Asort(laTables)
_Cliptext = ""
* The array has 365 rows
For lnTable = 1 To Alen(laTables)
        Use (Right(Juststem(loData),1) + "_" + laTables(lnTable))
        _Cliptext = _Cliptext + Padr(laTables(lnTable),20) + 
Replicate(Chr(9),2) + Str(Reccount(),10,0) + Chr(13)
Endfor
? MemLines(_Cliptext)
* _Cliptext only has 357 lines

But if I use a variable lcCliptext instead of _Cliptext all is well (lcCliptext 
has 365 lines).  It is as if _Cliptext can't keep up ...

Paul Newton

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/by2pr0201mb179789a5e22ed6fd498defe8a1...@by2pr0201mb1797.namprd02.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to