Hi, I would like to know if there is a built-in function to split a string at a given delimeter... like for example a_string.<split "pamela/moats",'/'/> should...
<set a_string="pamela/moats"/> a_string.<split "/" /> --> <vector "pamela" "moats"/> This is from memory, but that's the basic idea. You pass split the...
Hi Merrick, I tried running the below code. I get an error 'Attempt to call an unknown method or object named: db_connection'. I have downloaded a free version...
Hello! 'db_connection' is not used in version 3.11 beta; it has been changed to 'repository'. I don't understand why it is even giving the error message...
BostonWater User Group: Tuesday, April 27th, 2004 7:00pm Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ Concurrent...
A friend of mine showed me a neat programming article on the TopCoder website recently. I thought it was pretty cool that I could take the pseudocode example...
I am working on a project with a lot of files. I noticed that the loading and execution of files can be fairly slow. So I decided to code up a mechanism that...
Water Language Conference 1.0, Sunday, June 20th Cambridge, MA USA For details, go to: http://waterlanguageconference.org/ You are cordially invited to attend...
Boston Water User Group XML Namespaces in Water Christopher Fry Cambridge, Massachusetts near MIT Directions and details at: http://www.bostonwater.org/ ...
Wow! This is great! Here's a quick example of getting the RSS feed data for this group from the Yahoo groups site. <!-- Using Version 4.0-beta3 --> <!-- A...
This isn't working properly right now. If you have three layers of imports (File A imports File B that imports File C) then you change and save File C. Now...
This is working well now. Rather than implementing a depedency tree, on every import, the entire list of cached files is checked for change (rather than only...
Hi All, Is something changed with the filesystem object in the new version Steam XML 4.0 - beta-3? I get an error when I try executing the line <set inFile =...
Vijaya, Looking back through old programs I find that I have always used the following syntax: <set inFile = filesystem.<file "//D:/test.xml" /> /> The...
Brian, I notice that you use <<get_java_method /> /> a lot in your file cacheing module. Have you considered using the <java /> environment that is built into...
Is the 14-month-old message below still true? I want to get into Water, but every time I try the trial, the critical dbms functionality still fails. Is there a...
For logging and security and record-keeping purposes, is there a field or object that I can get remote host IP/Port information from when a host makes an HTTP...
This afternoon I was playing around with Water's Rich-UI capabilities and I was impressed with how easy it was to put together a notepad-like standalone text...
I threw together a personal web site to collect my Water works in one place. It is at: http://bellsouthpwp.net/r/o/roac2313/water/index.html There isn't all...
Boston Water User Group ... NOTE: If you don't live near Boston, we can now make live user group meetings available to you through WebEx. If you are...
I have been mainly doing RSS v0.91 examples so far. I'll play with some others later. Look how easy this is! <!-- Using Version 4.0-beta6 --> <!-- A quick...
Using the same RSS program with just a different URL. It would be easy to imagine using Water to read RSS feeds from many different sources. <!-- Using Version...
<!-- Uses the normalize method in Steam XML v4.0 beta-6 --> <!-- This example pulls a Novartis example XBRL document --> <!-- And simply displays it in...