Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site sdccsu3.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sdcrdcf!sdcsvax!sdccsu3!taylor From: taylor@sdccsu3.UUCP (Dave Taylor) Newsgroups: net.lang,net.lang.f77 Subject: Question on standardized (used loosely) Fortran 77... Message-ID: <2233@sdccsu3.UUCP> Date: Fri, 31-Aug-84 12:13:25 EDT Article-I.D.: sdccsu3.2233 Posted: Fri Aug 31 12:13:25 1984 Date-Received: Mon, 3-Sep-84 09:35:04 EDT Organization: The La Jolla Institute of Computer Science Lines: 18 I am curious as to whether the dialect of Fortran that I use at work is a standard one or not...specifically, it allows you to do string slicing (ie, if STR is declared; Character*50 STR Then you can get a substring from it by using the expression (:) (for example, STR(1:20) would be a substring of the first 20 characters.... Is this standard? Thanks! Dave Taylor