Newsgroups: comp.lang.apl
Path: watmath!watserv2.uwaterloo.ca!torn!utcsri!rpi!uwm.edu!spool.mu.edu!umn.edu!csus.edu!sfsuvax1.sfsu.edu!emclean
From: emclean@sfsuvax1.sfsu.edu (Emmett McLean)
Subject: J Format (": ) Questions
Message-ID: <1992Oct21.043356.26573@csus.edu>
Sender: news@csus.edu
Organization: San Francisco State University
Distribution: NA
Date: Wed, 21 Oct 1992 04:33:56 GMT
Lines: 23

 If 

 v =. 0.01 9.2 0.0 10.1

 is there a way to print :

      0.01 9.2     10.1

  using fit and format? Or does one have to write a verb which
  searches for strings of 0.*0 and replaces these characters with
  blanks.

 Similarly,  if 

 v =. 1 0 3 5

 can I get

 001 000 003 005

 without writting a special verb.

 Emmett, emclean@sfsuvax1.sfsu.edu 
