i have a variable as string, declared as string, its value is 3.12554111, now i want to insert that decimal to whatever place i need, like if i give value as 2 then the value in string should be 312.554111, if the value is 1 then 31.2554111. kindly help me as im unable to come up with a solution
↧