Equinox Online Help - Language Reference - A to Z
KeyValues |
|
|---|---|
| Applies to | ![]() |
| Syntax | KeyValues KeyBufferItem [KeyItem1, KeyItem2, KeyItem3, KeyItem4] |
| Action | [Statement] Breaks up a MakeKey key buffer. |
| Scope | Usable anywhere. |
| Notes | This statement takes a key buffer supplied by the KeyBufferItem parameter and breaks it down into individual segments, in KeyItem1 to KeyItem4. A key buffer is returned by the MakeKey function. The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero. |
| Category | Indexes |
| See Also | BlankIndex, CopyIndex, CurrentIndex, GroupSetIndex, IndexFromName, IndexLastUsed, IsDuplicate, MakeKey, MarkIndex, ModifyIndex, NameFromIndex, SetExecuteIndex, SetIndex, UnmarkIndex, UpdateIndex |
| Example | This example makes a key buffer from a date and a string and passes it to FindRecord. If the record is not found the buffer is broken into strings, which are used to print a message. string KeyBuffer, s1, s2 |
