Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Text box
From: Mike Weiland
Date: Wed, 3 May 2000 16:41:47 +0100

Rajiv & Manish,

You can extract particular chars of a Text Field by using:

On (Release)
Set Variable: "Char1" = Substring ( Field, 1,1 )
Trace (char1)
End On

Field in the substring command refers to the name for the text field. So the
above command will return the first char of the text field. If you did:

On (Release)
Set Variable: "Char1" = Substring ( Field, 2,1 )
Trace (char1)
End On

It will return the second char in the field.

Is that what you were looking for?

Mike Weiland
-------------------------------------------------
Wasatch Interactive Learning
5250 S. Commerce Drive
Salt Lake City, UT 84107
mikeatwasatchnet [dot] com www.wasatchnet.com
www.CertificateCreator.com



> HI All,
>
> How do I get a char index in the text box or how do i get a particular
char from a word in Flash.
>
> thanx
> Rajiv
>



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Text box, Manish Buttan

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]