Sorry for the confusion -- this script creates a custom column that contains a formatter, you still use the series_index.
For instance:
	Code:
	program:
new_series_index = format_number(
	field('series_index'),
	field('#format_series')
);
 @BR -- chaley made this, and I assume used this method since it allows one to change the series_index info to a limited extent without requiring a rebuild.