comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: strsplit bug
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: strsplit bug [message #37716 is a reply to message #37712] Thu, 15 January 2004 00:56 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Reimar Bauer wrote:
> Dear all
>
> What does happen to strsplit?
>
>
> IDL> test='Column1!CColumn2'
> IDL> print,strsplit(test,'!C',/extr)
> % Compiled module: STRSPLIT.
> olumn1 olumn2
>
> regards
>
> Reimar


The example 3 of the documentation shows two separtion characters.


IDL> str = 'red&&blue&&yellow&&odds&ends'
IDL> PRINT, STRSPLIT(str, '&&' ,/EXTRACT)


Reimar
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: determining size of window
Next Topic: phase unwrappping

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 05:04:29 PDT 2025

Total time taken to generate the page: 1.12175 seconds