[jawsscripts] Re: I think...

  • From: Chad Foster <chad.foster@xxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Fri, 23 Jul 2010 07:40:44 -0400

Geoff, firstly, let's not confuse intelligence with knowledge. I
believe intellect is one's capacity to learn, while knowledge, which I
believe you are eluding to, is simply one's existing level of
understanding about a particular item.

In terms of your issue: I am unsure if StringSegment can be used for
delimiters with multiple characters, but I am reasonably certain that
you could replace any multiple character delimiters with your own
single character delimiter using StringReplaceSubStrings. You could
then use StringSegment with the output.


Hope this helps,

Chad

On 7/22/10, Geoff Chapman <gch@xxxxxxxxxxxxxxxx> wrote:
> well at this point I could say, therefore I am, but, not being anywhere
> neeeeear the intelligence level of pascale, or was it De Cart, whom I can't
> spell, I can't recall now! anywayz, I think, to help people with lame minds
> like my own, UNDERSTAND/remember  THAT second parameter of StringSegment,
> treats each separate character, as another individual delimiter, that they
> ought to have made it so that vertical bars, separated each one of those.
> Just to  remind people, and make it clearer, that it's not the whole actual
> string within quotation marks, made up potentially of multiple characters,
> that can be used as one entire delimiter.
>
> Anywayz, no point in whining about that I guess it's never gunna happen now,
> as it would mess up miles of backwards incompatible code. <grin.>
> But, this is correct isn't it? you can't have stringSegment have a second
> parameter of multiple character delimiter?
>  such that, say, you could use, "\nf"
> to mean, I want my delimiter to be treated as such, only if newLine
> character followed by an f, occurs in the string?
>
> and, if I'm correct about this, can anyone remind us, what the workaround
> method for this sich would be? when one may want an actual string of more
> than one character, to be treated as one's preferred delimiter?
> for StringSegment related functions?
>
> thanks.
>
>
> geoff c.
>
>
>
>
> __________�
>
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
>


-- 
Chad Foster
Access Technology Solutions
Leveling The Playing Field Through Technology
http://www.GO-ATS.net
__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: