I’ve got a runscript which is getting values from a SQL table and I need to do a replace on the value, but it seems like it’s not seen as a string when you get it. I’ve tried to add a .toString where it assigns the value but that doesn’t work. Any ideas?
Yep, sorry, I should have spotted that. The resultSet.Fields() method returns an object that contains several properties (including name, value and type, among others).