Hi folks,
I had a local variable loc:size in a procedure which I used to store the size of a product and then displayed when required. Being a novice and learning all the time I realised that I could use the ::comment to display the product description plus the size. I then removed embedded code that referred to loc:size and then deleted loc:size from the local variables using the Data Pad.
When I tried to compile there was a missing routine Value::loc:size. What had happened was that the code (do Value::loc:Size !1) had been left behind in the generated code. So to make it compile I simply added a routine of the required name.
I would like to get rid of the offending code - any ideas please.
Bye,
Hilton.