This should help, change the item in bold with your field :
Local StringVar Input := "245.67,128.90,126.54,0,0,0,0,0,0,0,0,0,0,0" ;
Local NumberVar Counter := 0;
Local NumberVar Output := 0;
Local StringVar Array Values := Split(Input,",");
While Counter <> UBound(Values) Do
(Counter :=...