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