|
[Date Index]
[Thread Index]
[Author Index]
Dynamic question
- To: mathgroup at smc.vnet.net
- Subject: [mg125224] Dynamic question
- From: dominik.hezel at googlemail.com
- Date: Wed, 29 Feb 2012 07:28:05 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
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:
Mathematica 4.1 and Windows 7 compatibility
Next by Date:
Re: Blank plot returned from simple expression
Previous by thread:
Mathematica 4.1 and Windows 7 compatibility
Next by thread:
Writing a .3ds, getting an error from BinaryWrite
|