Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Sun Nov 30, 2003 2:45 am
Database Variables |
Does anybody know the command to add a entry to a database variable.
I have a database variable created using the following:
#VARIABLE contents5 {%countlist( @contents4)} {} Container
Now I want to add additional entries to this.
I tried ADDKEY but this does not seem to be the right command:
#ADDKEY @Container/contents5 {key=@Contentskey|val=@ContentsCount}
Variable @Contentskey has my first value in it and @ContentsCount has the count in it.
I also tried:
#ADDKEY Container/contents5 {key=@Contentskey|val=@ContentsCount}
but this is resulting in contents5 getting cleared out
I tried additem also, but this does not seem to work either. |
|