Xref: utzoo comp.sys.mac:26439 comp.sys.mac.programmer:4386 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!gatech!hubcap!mikeoro From: mikeoro@hubcap.UUCP (Michael K O'Rourke) Newsgroups: comp.sys.mac,comp.sys.mac.programmer Subject: LSP 2.0 FLAME Message-ID: <4359@hubcap.UUCP> Date: 9 Feb 89 03:41:56 GMT Organization: Clemson University, Clemson, SC Lines: 17 I just tried to take an old turbo pascal program and port it in to LSP 2.0. But lo and behold to my great surprise did i find the stupidest apparent error in LSP. if a is of type string and i say : a := '5'; it promptly dislikes a := a + '3'; Come on!! I've been doing this for years! I should get a = 53. What's the problem? Rich? Michael O'Rourke