Using a variable for a dataset
"Gabe Phan" <[email protected]>
| Newsgroups | gmane.text.clearsilver.general |
|---|---|
| Message-ID | <[email protected]> |
I want to be able to use a variable to access a dataset. For example in the following code, I want 'User' to be a variable (ie. User = Joe, Bob, etc). <?cs set:User=Query.user ?> <?cs each:item=User.setting ?> <?cs #Do something here ?> <?cs /each ?>