Benjamin Popp
Hi,
i won´t declare an enum NumberFormat{hundredth, thousandth} with an String value.
Examble:
enum NumberFormat{hundredth = "##0.0#", thousandth= "##0.00#"}
how can i declare this??