MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Dynamic question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125247] Re: Dynamic question
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Thu, 1 Mar 2012 05:38:37 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201202291228.HAA28525@smc.vnet.net>

Dynamic[If[x >= 5, "a", "b"]]


Bob Hanlon

On Wed, Feb 29, 2012 at 7:28 AM,  <dominik.hezel at googlemail.com> wrote:
> Hello,
>
> I'm stuck in program, because (simplified to the guts)
>
> x = 8;
> If[Dynamic[x] >= 5, "a", "b"]
>
> doesn't work. Can anyone tell me why - or even better, offer me a solution how to do this?
>
> thanks a lot!
>



  • Prev by Date: Re: Dynamic question
  • Next by Date: Can you call 32 Bit DLLs from Mathematica 8.0 ?
  • Previous by thread: Re: Dynamic question
  • Next by thread: Re: Dynamic question