From owner-freebsd-questions Wed Feb 2 10: 6:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by builder.freebsd.org (Postfix) with ESMTP id 545274018 for ; Wed, 2 Feb 2000 10:06:07 -0800 (PST) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id KAA06459 for ; Wed, 2 Feb 2000 10:02:56 -0800 Date: Wed, 2 Feb 2000 10:02:56 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: arrays / bash Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a way to make fields in an array, integers instead of just strings? I've created an array and need to be able to use some fields as integers and some as strings. For better or worse I usualy just use "let" to make a variable and integer. Something like this is? let ${array[1]} ??? TIA. Keith ================================= I hearby change the name of RedHat to RedSplat. Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message