# I know about +, but is there a

**URL:** https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893
**Category:** Uncategorized
**Created:** [August 23, 2002, 10:39pm UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893 "2002-08-23T22:39:04Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![dudeman](https://avatars.discourse-cdn.com/v4/letter/d/35a633/32.png) [@dudeman](https://forum.kirupa.com/u/dudeman)
#### Post date: [August 23, 2002, 10:39pm UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893/1 "2002-08-23T22:39:04Z")

</div>

I know + would add more thingies… but is there anything that would act like a “/”? Like maybe “a / b” would act either a or b.

Can anyone help =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 24, 2002, 4:19am UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893/2 "2002-08-24T04:19:16Z")

</div>

do you mean string concatenation or addition or something else? rob

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 24, 2002, 4:38am UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893/3 "2002-08-24T04:38:27Z")

</div>

That is a good question…I think…I don’t really understand what you mean. Do you mean can you divide things? Or do you mean can you make flash choose between a or b?

Try and specify more 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 24, 2002, 3:19pm UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893/4 "2002-08-24T15:19:41Z")

</div>

he means “a” OR “b” …I think 🙂  
welll… you can make an array with a and b and choose randomly from the array…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 25, 2002, 1:49am UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893/5 "2002-08-25T01:49:56Z")

</div>

I kinda meant if the person says a or b in a text box, e.g. him saying yes or no would result in whatever… heh hope this clears it 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 25, 2002, 3:55am UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893/6 "2002-08-25T03:55:32Z")

</div>

I think what you want is something like this…

[http://www.kirupa.com/developer/flash5/ifelse.asp](http://www.kirupa.com/developer/flash5/ifelse.asp)

That link shows how to create a password field, but you can use it for other things too of course. It uses simple If/Else statements.

I hope this helps 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 25, 2002, 4:07am UTC](https://forum.kirupa.com/t/i-know-about-but-is-there-a/4893/7 "2002-08-25T04:07:03Z")

</div>

Have that one… I was trying to make a cheap database… it would load a txt file heh.  
But then again they can just go to the txt file.

Is there another way to store username and passes inside the flash?
