Hi. --- In [EMAIL PROTECTED], Alex Peters <[EMAIL PROTECTED]> wrote: > I've read what the Help file has to say with regard to what is now > accepted as importing into .PCF files, and it seems that CL.SavePCF () > is the command I want if I want to save my changes permanently into > the file.
In the help it says: "Writes current pcf, ensuring any changes to command lists _from the original pcf_ are saved." Perhaps it just doesn't save the newly created lists? > If(CL.Exists(CmdList)) Do > CmdList = CL.RemoveAll(CmdList) I think this shouldn't be necessary if you use: CL.Create(CmdList, 1) Mockey ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
