 
 
 
 
 
 
Re: Stumped again on a simple list
- To: mathgroup at smc.vnet.net
- Subject: [mg32828] Re: Stumped again on a simple list
- From: Albert Retey <albert.retey at visualanalysis.com>
- Date: Thu, 14 Feb 2002 01:43:55 -0500 (EST)
- Organization: Visual Analysis AG
- References: <a4auba$bu0$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Sorry, I think your question is not very clear, it is usually better to
show the input and desired output or at least describe what you want in
words than just a trial implementation which obviusly doesn't work...
Anyway, is this what you want?
ii = Table[z, {z, 50, 1400, 5}];
jj = If[# < 100, 50, 200] & /@ ii
Albert

