jbv wrote:
OK guys, it's "dumb question" time...

I have a few buttons; when clicking on one of them,
users trigger complex sorts in globals.
a sporadic bug occurs (quite rare and impossible to
reproduce, so far) : the sort doesn't execute well
and the content of 1 of the globals isn't consistent
anymore...

The only issue I've ever seen with the sort command turned out to be documented: the string library used for it requires that none of the lines exceeds 64k (65,535 characters). When sorting lines in which one or more is longer than 64k the results will be unpredictable and likely confusing. I know, I've seen 'em -- sure confused the heck out of me until I learned this limit. :)

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to