foreach(String s in VariableS) { VariablesList.Add(s); }
for(int i = 0; i < VariableS.Length; i++) { VariablesList.Add(VariableS[i]); }