webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to Program Level Commands

getlistids

Usage...
getlistids:variable:low-bound;high-bound
Takes the ID's from low-bound to high-bound in the info list, formats them into a comma-delimited list and puts them in the variable specified. Example: getlistids:var.recipients:5;10 would take user ID's five through ten and output them into the "recipients" variable like "userid5, userid6, userid7, userid8, userid9, userid10".
This applies to webDOM version 2.1.1 and above.

User Comments on getlistids

Gathering a comma delimited list of information list items

Written by: webDOMinator 3 years and 5 months ago

Code

var:numitems=10
var:highbound=wd.list.current
var:highbound=var.highbound+var.numitems
var:listids=
getlistids:var.listids:wd.list.current;var.highbound

Post a Comment About the "getlistids" Command
Title:
Comment:
Post as Anonymous:
User Login
Username:
Email:
Password:
webDOMinator is copyright ©2008, 2009, 2010, 2011, 2012 Nathaniel D. Gibson. All Rights Reserved.
Contact | Tutorials | Forum
By using webDOMinator you are taking all liability in to your own hands. Nathaniel D. Gibson is not responsible for any damages, loss, or defamation (legal or otherwise) caused to you or your business from using this program. Nathaniel D. Gibson is not associated with, affiliated with, nor responsible for the content submitted and displayed by users of this site.