XML Feeds

.

[javascript-dev] Tasks and String manipulations

Garth Paine ga.paine at uws.edu.au
Tue Mar 18 17:14:46 MDT 2008


Brilliant - thanks heaps - that assists me a great deal and is soooooooo
much more elegant than my attempts - I love learning

Cheers

Garth


On 18/03/08 3:39 AM, "volker böhm" <vboehm at gmx.ch> wrote:

> 
> On 16 Mar 2008, at 22:15, jasch   wrote:
>> 
>> result = newstr.split(" ",  5);
> 
> oh, ja, that's better. from the example garth posted i think he
> wanted to exclude the index.
> but then again, simply outputting data starting at result[1] should
> do it just fine.
> volker.
> 
> result = newstr.split(" ");
> for(i=1; i<result.length; i++)
> outlet(i-1, parseInt(result[i]));
> 
> 
> _______________________________________________
> javascript-dev mailing list
> javascript-dev at cycling74.com
> http://www.cycling74.com/mailman/listinfo/javascript-dev

---
Kind Regards

Dr Garth Paine 
I implement the 5 sentences policy http://five.sentenc.es/

http://www.activatedspace.com
http://www.syncsonics.com
http://www.meterosonics.com
http://marcs.uws.edu.au/people/paine/

Senior Lecturer in Music Technology
School of Communication Arts
University of Western Sydney,
BD 1.14 Werrington South, Locked Bag 1797
Penrith South DC, NSW, 1797, Australia

http://marcs.uws.edu.au/people/paine/index.htm
Member of MARCS Auditory Laboratories
Coordinator VIPRE Research Lab
University of Western Sydney
Bankstown Campus
Webpage: <http://marcs.uws.edu.au/people/paine/>

MARCS Ph. +61 (0)2 9772 6902       FAX +61 (0)2 9772 6040



***************************************************************
Please do not forward this message to any other person or entity not named
in the recipient fields above without the express consent of the sender.  If
you are not the intended recipient of this message as set out in the address
field above, please contact the School of Communication Arts on +61 2 9852
5476 to advise.  Please remove the message from your system and do not
forward the message to any other person or entity.  The views expressed
herein are not necessarily those of the University of Western Sydney.

***************************************************************





More information about the javascript-dev mailing list