Ticket #953 (closed bug: fixed)
Actions fail getting columns with digits in their name
Description
Having real columns named like col1 and col10, %col10 gets the value of col1 and appends a '0'.
Detailed steps:
Create a point shapefile with two columns of tipe Real, named col1 and col10 (only the digits are relevant).
Create a point in that layer and give value 1 to col1 and 2 to col10.
Create an action for the layer, something like:
bash -c echo %col10
Identify the created point end execute the action. You get 10, this is the value of col1 plus a '0' appened.
Using binaries from the web in Ubuntu 7.10 (0.9.2 RC1) and Windows XP (0.9.1)
Change History
Note: See
TracTickets for help on using
tickets.