mincus a �crit dans le message <36140400.0@news.cyberenet.net>... >If anyone knows how to determine the size of a string I would be very >grateful. > >I thought that I could do a > >string'last > >and that would return the position of the last char, but I just get an >error, please help > >mincus > > Given a string like : Message : String (2 .. 4) := "abc"; Message'First = 2 Message'Last = 4 Message'Lenght = 3 -- this is the size of the string Pascal.