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

  • From: "Stefan Moisei" <vortex37@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Wed, 20 Feb 2013 16:01:14 +0200

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

Other related posts: