Re: RFC: Optimizing stripDup()

2001-11-01 Thread Jeanne A. E. DeVoto
At 2:56 AM -0800 11/1/2001, Ben Rubinstein wrote: >(Note that this implementation has chosen to force every key to have a >value. That's because it relies on empty to indicate that a key hasn't >been defined yet. If there was an atomic test for 'is-a-key' (is there?) How about if someKey is a

Re: About Mac-text

2001-11-01 Thread Geoff Canyon
At 2:12 PM +0100 11/1/01, Signe Marie Sanne wrote: >In order to solve my original question I have tried (still on Mac): >put fld myField into temp >repeat with i = 1 to number of lines of temp >put line i of temp & numtochar(13) into line i of nytemp >end repeat >put nytemp into url path... Not c

Re: About Mac-text

2001-11-01 Thread Phil Davis
- Original Message - From: "Signe Marie Sanne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 5:12 AM Subject: About Mac-text --- snip --- > > Question to you: if I want to replace or find out about CR and LF, > how do I proceed in Metacard? Last char of a

About Mac-text

2001-11-01 Thread Signe Marie Sanne
Hello and thanks to all who replied to my posting. Unfortunately, I have still not found the solution to my question. The scenario is: Students take a test. A text file containing both a printout of the test and students' answers and scores is uploaded. I had originally planned to physically m

MP3 player?

2001-11-01 Thread JJB
First, thank you for your answers to my previous questions. I've got another one: On Mac OS, M.C. 2.4 and QuickTime 4 allow me to use MP3 files for my stacks. It works very fine, and saves a lot of disk space. Now I'd want to share my stacks with teatchers working on PC. Is there a similar featur

OS X for Macintosh

2001-11-01 Thread Jack Rarick
Could anyone briefly explain to the list where we are in terms of developing standalones for OS X? I have a few in the "Classic" envirnoment without a hitch - but would prefer to have a "native" app. Did I use the correct terms? Thanks in advance! Jack Rarick Braintree Athletic Systems Archiv

Re: RFC: Optimizing stripDup()

2001-11-01 Thread Ben Rubinstein
on 1/11/01 6:11 AM, LiangTyan Fui at [EMAIL PROTECTED] wrote: > > The browser constructs the the following string and pass onto the server: > http://localhost/cgi-bin/echo.mt?option=1&option=2&option=3 > > Suppose you are using a split command to parse the query string in the > echo.mt script:

Re: RFC: Optimizing stripDup()

2001-11-01 Thread LiangTyan Fui
On 11/1/01 3:46 PM, andu wrote: > LiangTyan Fui wrote: >> >> On 10/29/01 11:09 PM, eugen helbling wrote: >> >>> Hi LiangTyan, >>> just to demonstrate that the new "split"(I like them) can do in case of >>> duplicate removing. >>> >>> for example you have a field/variable having something like