Hi everyone I was wondering, I use some software that exports information fro a game to sql for storage via a normal post.
however it enters the informaion as follows ,numbers then letters for example 10000lbs.
I would like for this information to be added to another table in my database,but this has been set as simply numbers and there is no way I can change this now.
So what Im asking is how do I strip off the txt inorder to leave only the numbers before its posted to the database for storage.
so the item posted would be 10000 without the lbs on the end
thanks for looking
Lee