When you exit and then re-enter the variable is re-initialized, unless I am missing something.
On 18/05/06, Bill Janssen
<[EMAIL PROTECTED]> wrote:
> But what's the entries for?
> This variable is always initialized to zero when the program starts.
But it has to be re-initialized when you re-enter "get_pic_list",
since the "file_pt" variable is re-initialized when you do that.
Bill