sc_select_field ({Field}) example

Hi all,
i’m thinking to use this macro sc_select_field ({Field}), but i want to be sure i’m using it properly. Can anyone show me an example?? I’m sorry to tell i don’t understand the example given in the ‘Scriptcase Macros’ list…

Thanks in advance!

This is just a simple substitute in select conditions at runtime, such as eg the field names. The macro makes with sc_select_field (CustomerName, “CustomerMatchcode”) from “SELECT CustomerID, CustomerName FROM Customers” the new select “SELECT CustomerID, CustomerMatchcode FROM Customers”.

HTH.