) > BLib\Win\Choices 1.00 14-Mar-2005  Find user's choices : (C)J.G.Harston, may be freely used and redistributed ;( v1.00 14-Mar-2005 JGH: Rd(), Find(), Init() functions 2: E< REQUIRE PROCChoices_Rd() needs PROCVar_Assign() from Variable DF REQUIRE FNChoices_Find() needs PROCReg_Rd() from Win\Reg DP REQUIRE PROCChoices_Set() needs PROCReg_Rd() from Win\Reg Z: d: 9n PROCChoices_Rd() - read choices from specified file Ax Sets string variables 'm' to contents of choices file A ----------------------------------------------------------- : Choices_Rd(file$): A$,A% in%=(file$) in%  A$=#in%: A$,1)="#":A$="" A%=A$,":"): A% &A%=A%-1::A%=A%+1: A$,A%,1)<>" " 6Var_Assign("m"+A$,A%-1)+"$",""""+A$,A%+1)+"""")   #in%:#in%:in%=0   : : A" PROCChoices_Find() - Find a choices filename from registery A, ----------------------------------------------------------- 6: +@ݤChoices_Find(Publisher$,Application$) @J=Reg_Rd("Software\"+Publisher+"\"+Application$+"\Settings") T: ^: =h PROCChoices_Set() - Set a choices filename in registery =r ------------------------------------------------------- |: 0ݤChoices_Set(Publisher$,Application$,Path$) EReg_Wr("Software\"+Publisher+"\"+Application$+"\Settings",Path$) :