CharacterArray.st
changeset 247 9e3057039d60
parent 244 9faa2da0650a
child 255 2b2c5c0facab
equal deleted inserted replaced
246:f13be3ba45a0 247:9e3057039d60
    19 
    19 
    20 AbstractString comment:'
    20 AbstractString comment:'
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.12 1995-02-11 14:08:11 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.13 1995-02-11 16:41:53 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !AbstractString class methodsFor:'documentation'!
    27 !AbstractString class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.12 1995-02-11 14:08:11 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.13 1995-02-11 16:41:53 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "
   175 !
   175 !
   176 
   176 
   177 asStringCollection
   177 asStringCollection
   178     "return a collection of lines from myself."
   178     "return a collection of lines from myself."
   179 
   179 
   180     ^ Text from:self
   180     ^ StringCollection from:self
   181 !
   181 !
   182 
   182 
   183 asNumber
   183 asNumber
   184     "read a number from the receiver.
   184     "read a number from the receiver.
   185      Notice, that errors may occur during the read, so you better
   185      Notice, that errors may occur during the read, so you better