April 10, 2014
11:05 a.m.
Am 10.04.2014 um 12:40 schrieb Igor Stasenko <siguctua@gmail.com>:
On 10 April 2014 10:50, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote: Hi guys.
Is there a way to have a week pointer? Or some wrapper with a week pointer? I know that there are week collections, but I what to have a âvariableâ that wonât prevent the object it points to be garbage collected.
There's no week pointers, only day, month or year ;)
Hmmm | weekPointer | weekPointer := Week new. seems to work well. Norbert