sqlite - SQL ID to Int32 - there has to be a quicker way (Swift) -
trying turn record id int32 , ending verbose 3 line/layer trick achieve obvious. there must shorter way. can put me out of misery?
var xx = resultset.stringforcolumn("id") var xxx = xx.toint() recordnumberback = int32(xxx!)
Comments
Post a Comment