Newbie questions about Pliant
Clearing a List:Str
How to reset a List:Str ? |
Message posted by maybe Boris Reitman on 2007/09/01 07:20:14 |
I'd like to do
var List:Str list
and to make sure that its empty. What's the proper way to do it ? With Array:Str array, I did: array size := 0 But that doesn't work with List:Str
Thanks, Boris |
Message posted by maybe Hubert Tonneau on 2007/09/01 09:49:29 |
var List:Str list := var List:Str empty_list |