saving script to datatable results in very long scripts
Hi, maybe this belong in the "Wish-list" section, but I often find that scripts that I save to a data table become very long and hard to read very quickly. Below an example where I changed a single table to a different number format ({Set Format( "Best", 2 )}
). This creates about 16 subsequent individual Dispatch(..)
sections, instead of it just being something like:For col in table.columns:
D
...