I had an idea of using an associative array as a keyed file system index with Script BASIC's record based file I/O. The only thing I'm missing is a way to traverse the keys in sorted order forward and back. Direct key access is already covered. Any ideas?
Hi John,
If your inquiry is addressed to me, I have to say sorry there are too many technical phrases in the above quote that are not part of my experience to give ideas.
I have heard of this term: "associative array", interestingly enough, from someone at FB forum who was commenting on something they found at ScriptBasic forum.
"a
keyed file system index"
"Script BASIC's record based file I/O"
"traverse the keys in sorted order forward and back"
Jargon talk Yikes! but I will take a stab at last item with a question.
Isn't the point of a key / value structure (like a hash table?) to get away from having to sort things out?
APPEND: Dang! I missed your July 4 EDIT, the above reply was made not having read the new link in that edit.