Flasher Archive

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


Subject: Re: [flasher] Variable Question
From: Stephan H�bner
Date: Tue, 27 Mar 2001 14:41:00 -0000

on 24.03.2001 2:08 Uhr Steve Gadlin wrote:

> Hey, everyone!
>
> I'm trying to declare a variable, but the variable name itself is dynamic,
> depending on the value of "n". For example, I want variables called x1, x2,
> x3, x4, etc... depending on n.
>
> Here's how I'm trying to do it:
>
> eval("x" add n "=" add _xmouse);

Shouldn't it be something like:

eval("x" add n add "=" add "_xmouse")


Greetings,

Stephan Huebner




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