Thanks Experts! I'll just sort it out the stupid way and see if there's a better way.
dt = Current Data Table();
ca = "这";
Column( ca ) << Formula(
If( Left( 是, 1 ) == "#",
r = Row();
a = Substitute( 是, "#", "" );
"";
,
b = Row() - r;
If( a != "拉丁" | a != "拉丁" | a != "假名" | a != "數字、分數",
Word( b, a, "、" ),
a || Munger( 是, 3, 1 )
);
)
);
dt << run formulas;
Column( ca ) << deleteFormula;