I'm setting a handful of global parameters that I will eventually insert into my sqlite db. One of the text fields should only have decimals put into it but I am having an issue when trying to set the NSDecimal variable to the text fields value.
global_Raw_Value = self.Value.text;//self.Valueis the text field
totally new to iOS dev so any help converting the text fields value(self.Value) into an NSDecimal so I can insert the values into a sqlite table would be much appreciated. Thanks