In the Caché Foundations course, students are learning about Caché Development and ObjectScript syntax at the same time. To help students complete the exercises, we provide an ObjectScript Quick Reference (aka "the Cheat Sheet").
It is not a reference for all of ObjectScript! It is a list of the ObjectScript commands and functions that students use during the course, along with common syntax for objects, collections, etc. It also contains some useful macros.
We are providing a pdf version to the Developer Community.
Thanks Joel Solon. cheatsheet is really helpfull
Thanks to @Muhammad Waseem I'm posting an updated version of the "Cheat Sheet."
how about adding a note about the fact that each index implements a
IndexNameExists(value,.tId)
method and can be used to quickly determine if a value exists in the index?
how about adding a note about the fact that each index implements a
IndexNameExists(value,.tId)
method and can be used to quickly determine if a value exists in the index?
Here is a very helpful post on the topic by @Eduard Lebedyuk
I added Steve's suggestion, not because he asked twice, but because I owe him some money.