Yves, Use this (I'm assuming your custom property set is in a group object):
set the cPathFiles[cFileA] of group "myGroup" to <filePath> When you say "select" one of the keys, I'm assuming you mean to retrieve the data stored in the key? To do so, use "get/put", as in: put the cPathFiles[cFileA] of group "myGroup" into thePath Hope this helps, Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ ----- Original Message ----- From: "yves COPPE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 1:35 AM Subject: custom property > hello, > > I have a stack with cardsI On each card, there are groups. Each grp > has radio btns. Depending on the choices of the user, i want to open > a specific text file. The path to the file should be stored in a > custom property. > So : > I build each time a variable that points to one the the text file > from the chioce of the radio btns by the user. > > one custom property set : cPathFiles > 10 property set keys in Ppathfiles: cfileA, cfileB, cFileC, and so on > > The first time the user chose his file, a answer file DLOG store the > pathWay of the text file in a variable (pathtoFile). I'd like to > store this variable, so that the second time the user makes his > choice, I' don't have to ask again where is that file ! > > 1) How can I store a pathfile in each of the keys of cPathFiles > (cfileA, cfileB, cFileC, and so on) ? > 2) How can I select one of the key in the cPathFiles ? > > Thanks. > -- > Greetings. > > Yves COPPE > > Email : [EMAIL PROTECTED] > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
