Hi guys
I'm looking for help with arrays. I have a slight problem with running a program on a few computers and am trying to figure out whats wrong.
Code:
Dim Userss As dynaset
Dim UserAudit As Table
    Userss.Edit
    Userss![Expiry Date] = Format$(Date + PasswordExpiry, "dd/mm/yyyy")
Call logtofile(DebugLog, ":Problem is here")
   ' What I'm trying to do after this is  declare an array of type variant and put the values that are  in the Userss![Expiry Date] = Format$(Date + PasswordExpiry, "dd/mm/yyyy") into it.???
' Then what I want to do is is print all these values to a log file.
'I have the log file bit already, I just don't know how to print the values of a table to it.
I would appreciate the help. Thanks a lot
JK


[Edited by kanejone on 09-18-2000 at 07:00 AM]