Apologies if this is a dumb question, but I can't find an obvious answer
to it in the documentation. What has happened to the mechanism of table
parameter substitution between version 4.7l and 4.9f tace?
Briefly, the following works in 4.7l
acedb> table -n mytable map1 map2
so %1 and %2 in the table take the values of map1 and map2
However, in 4.9f I get
// Parameter %2 cannot be substituted
I think the whitespace between map1 and map2 is not being parsed and so
%1 takes the value of "map1 map2". I've tried lots of combinations of
escaped quotes but haven't succeeded yet!
Martin
---