Searched refs:MainList (Results 1 – 1 of 1) sorted by relevance
642 public static String[] combineListboxList(String sFirstEntry, String[] MainList) in combineListboxList() argument650 String[] ResultList = new String[MainList.length + 1]; in combineListboxList()652 System.arraycopy(MainList, 0, ResultList, 1, MainList.length); in combineListboxList()
Completed in 23 milliseconds