Flasher Archive

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


Subject: Text File Variable Not showing up right! WAS:Re: FLASH: Re:
From: Bill Numerick
Date: Fri, 4 Aug 2000 20:16:48 +0100

Well I've figured out where the problem is i'm just not sure how to fix it.
Like I said before NumberOfClients is set inside a text file as a number.
For example &NumberOfClients=9 when flash pulls it in its not reading it as
a number...when i hardcode numberofclients inside flash it works...I've
tried using the Int(NumberOfClients) and Int(Eval(NumberOfClients)) and it
keeps coming up with 0. I've tried it with and without quotes....does
anyone have any idea how i can solve this?

Thanks for your help!

-Bill

>From: Tino Novellino <tinoatdigitalindependence [dot] com>
>Reply-To: flasheratchinwag [dot] com
>To: <flasheratchinwag [dot] com>
>Subject: FLASH: Re:
>Date: Fri, 04 Aug 2000 07:50:18 -0700
>
>I'm not sure, but it might be in your syntax? Try leaving spaces here:
>click + 1
>
>
>Tino Novellino
>-----------------
>Digital Independence
>www.digitalindependence.com
>
> > From: "Bill Numerick" <bigwilly0219athotmail [dot] com>
> > Reply-To: flasheratchinwag [dot] com
> > Date: Thu, 03 Aug 2000 17:09:15 EDT
> > To: flasheratchinwag [dot] com
> >
> > Hi All,
> >
> > I'm tearing my hair out over this and its probably something stupid
> > simple...I'm trying to see in an If statement if two variables are equal
>to
> > one another...and for the life of me i can't get it to work right. I've
> > tried a bunch of different combinations. Anyway here is the code... the
> > NumberOfClients variable is being pulled from a text file not sure if
>that
> > has anything to do with it or not. Thanks for any Help!
> >
> >
> > On (Press)
> > Set Variable: "click" = click+1
> > Set Variable: "client" = Eval ("client"&click)
> > If (click = NumberOfClients)
> > Set Property ("next", Visibility) = false
> > Else
> > End If
> > End On
> >
> > -Bill Numerick
> >
> > ________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > Full flasher archive now available online at:
> > http://www.chinwag.com/flasher/archive.shtml
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Full flasher archive now available online at:
> http://www.chinwag.com/flasher/archive.shtml
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>To unsubscribe or change your list settings go to
>http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Re: Text File Variable Not showin, Mike S

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