Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!unido!fauern!faui43.informatik.uni-erlangen.de!faui1f!kskalb From: kskalb@faui1f.informatik.uni-erlangen.de (Klaus Kalb) Newsgroups: comp.sys.handhelds Subject: Re: EDIT/VISIT syseval or address needed Message-ID: Date: 16 Jan 91 08:51:28 GMT References: <1158@telesoft.com> Sender: nntp@informatik.uni-erlangen.de (nntp@faui45) Organization: University of Erlangen, Germany Lines: 20 bruceb@telesoft.com (Bruce Bergman @nova) writes: >Also, I needed to convert a string into a global name object, and after >a little experimentation, I came upon the following code to do that. >It seems there ought to be an easier way -- does anyone know of an >easier method of doing this type of conversion? > "string" --> 'string' (when a variable exists called string) Try #05B15h SYSEVAL. I've found that in the hidden directory stuff, as far as I remember. > << "'" SWAP + "'" + OBJ-> >> Be careful, the SYSEVAL will work on illegal strings (name of build-in commands, bad formed formulae,...) as well. >Thanks much! Have Fun, -KK