1 2 3 4 5 6 7
print(rwt.to_string(rwt.now())) local fc_array = get_fc() for idx,list in ipairs(fc_array) do fc_array[idx] = list:split("!",true) end print(fc_array) print(get_fc_index())