04-26-2007, 05:45 AM
IStringMap+ M=CreateStringMap(4)
deletes old object and creates new object each time.
IStringMap+ M
if(!M) M=CreateStringMap(4)
deletes old object and creates new object each time.
IStringMap+ M
if(!M) M=CreateStringMap(4)
