Locked sequences - solution
- Posted by Michael Sabal <mjs at OSA.ATT.NE.JP> Feb 10, 1999
- 440 views
I know everybody is tired of talking about structures, so this is my final word on the subject. I've just completed a library that will allow locked sequences as per my previous post(s). This library is available at my web site: It provides an engine for controlling the contents of a first-level sequence, storing these records internally. Also provided are routines for accessing records, searching through records, and performing file I/O on the internal sets of records. More information is available via the included documentation. Also, an example database program for managing my Audio CD collection is included using the library. This library also provides a layer of safety over Euphoria's standard "crash on bad index" philosophy. BTW: I've noticed that when I use printf(1,"%s",MySeq), where MySeq = "Hello, Jack.", the return value is only "H". Is this a bug, or intentional? Michael J. Sabal mjs at osa.att.ne.jp http://home.att.ne.jp/gold/mjs/index.html