public something(){new string[64]="123#456#789"new first = ? // Shall read the Stuff before first "#" from "string" and convert it into a Number. (123)new second = ? // Shall read the Stuff betweem the first and the second "#" from "string" and convert it into a Number. (456)new third = ? // Shall read the Stuff after the last "#" from "string" and convert it into a Number. (789)}