hi all,
the following are examples from the at: method in the PersistencyManager class. the first is from v5.4.2. the second is from v5.4.6. where is the rest of the code in v5.4.6(i.e. method signature, etc)? anyone else having this problem? this is under windows xp.
v5.4.2 ******************************************
at:aKey
"retrieve the object stored under aKey.
Return nil, if nothing is present under that key.
For protocol compatibility with dictionaries"
^ self retrieve:aKey
"Modified: 12.5.1996 / 14:49:47 / cg"
v5.4.6 ******************************************
stored under aKey.
Return nil, if nothing is present under that key.
For protocol compatibility with dictionaries"
^ self retrieve:aKey
"Modified: 12.5.1996 / 14:49:47 / cg"
john cummings