Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!dogie.macc.wisc.edu!uwvax!ai.cs.wisc.edu!beverly From: beverly@ai.cs.wisc.edu (Beverly Seavey (-Kung)) Newsgroups: comp.databases Subject: differences in concatenation v2.0,v2.3 ORACLE SQL*Forms Message-ID: <11299@spool.cs.wisc.edu> Date: 18 Sep 90 19:58:44 GMT Sender: news@spool.cs.wisc.edu Organization: U of Wisconsin CS Dept Lines: 11 The following statement works for me just hunky-dory in SQL*Forms 2.3: #COPY 'molecule.'||&SYSTEM.CURRENT_FIELD GLOBAL.curr_atom; When I use the same line in v2.0, I get the msg: IAXCPY: Not enough arguments. Adding or removing blanks between tokens doesn't seem to change the situation. I seem to remember reading somewhere that concatenation like that takes an extra step in version 2.0. Does anyone remember?