GetDotCount(string[]) { new dots; for(new i; i < sizeof(string); i++) { if(string[i] == '.') dots++; } return dots; }