Greetings:

I'm trying to use WikiTalk script to list topics that begin with anything 
except an underscore.  I have created the script below to list items that begin 
with an underscore, but how do I get the inverse?

@@[
"||*Contractor*||*Date of Report*||*Overall Rating*||",
Newline,
namespace.Topics.Select
{ each | each.HasProperty("Contractor") }.Select 
{ one | one.Name.Substring(0,1).Equals("_")}.Collect
{ e | [ "||\"",
        e.GetProperty("Contractor"),
        "\":[",
        e.Name,
        "]||", 
        e.GetProperty("Date"),
        "||",
        e.GetProperty("OverallRating"),
        "||",
        Newline ]}
]@@


v/r

Wm. F. Wheeler
Sr. Programmer Analyst
Systems & Technology Solutions Division

CDO Technologies Inc.
5200 Springfield St.
Dayton, OH 45431

Phone: 937-476-2270  FAX: 937-258-1614



::Disclaimer::

This email and any files transmitted with it are confidential and intended 
solely for the use of 
the individual or entity to whom they are addressed. If you have received this 
email in error, please 
notify the sender and your system manager. The recipient should check this 
email and any attachments for the presence 
of viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email.

CDO Technologies Inc.
(937)258-0022
www.cdotech.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to