[jawsscripts] Re: How to get characters in a string

  • From: "Nguyen Van Dung" <dungnv1984@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Wed, 20 Feb 2013 21:40:33 +0700

Hi
Thank you for your detailed guide.

Regards,
Dung Nguyen.
-----Original Message-----
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Stefan Moisei
Sent: Wednesday, February 20, 2013 9:01 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: How to get characters in a string

Hi,
You can emulate this behaviour using the SubString function.
SubString(sVariable,nIndex,1)
sVariable is the string you want to extract from
nIndex is the index of the character you want to extract
This will return the desired character. If you want to loop through a 
string, use StringLength to get the length of the string.
Hope it helps
-----Original Message----- 
From: Nguyen Van Dung
Sent: Wednesday, February 20, 2013 1:36 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] How to get characters in a string

Hello all
Does anyone know how to get characters in a string by index like in a list
or array?
Thank all.
Regards,
Dung Nguyen.

__________�

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

__________�

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

__________�

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

Other related posts: