How to remove the Null character in a Table?
- To: mathgroup at smc.vnet.net
- Subject: [mg124305] How to remove the Null character in a Table?
- From: Rex <aoirex at gmail.com>
- Date: Mon, 16 Jan 2012 17:11:34 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
For example, Table[If[i < 3, i,], {i, 5}] will give {1, 2, Null, Null, Null} But I want the result to be {1,2}. Any trick for this?
- Follow-Ups:
- Re: How to remove the Null character in a Table?
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: How to remove the Null character in a Table?
- From: Adriano Pascoletti <adriano.pascoletti@uniud.it>
- Re: How to remove the Null character in a Table?
- From: Tomas Garza <tgarza10@msn.com>
- Re: How to remove the Null character in a Table?
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: How to remove the Null character in a Table?
- From: James Stein <mathgroup@stein.org>
- Re: How to remove the Null character in a Table?
- From: "Scot T. Martin" <smartin@seas.harvard.edu>
- Re: How to remove the Null character in a Table?