Viewing 7 posts - 1 through 8 (of 8 total)
Sorry for the name gaff Jeff,
I must be getting old ....
Cheers!
Sergei
January 13, 2009 at 11:08 pm
Mark,
My apologies. When I ran your code I had declared the existing string parameter as char instead of varchar. The code works great!
Thanks again.
S Ely
January 13, 2009 at 11:05 pm
Mark,
Thanks for the input. The solution requires placement of the integer within the ordered string at variable positions. For example, the existing string could be a single integer ie...
January 12, 2009 at 12:31 pm
John,
The code worked perfectly. 😀 Thanks again.
Sergei
January 12, 2009 at 12:23 pm
Wow. I'll take a look at this over the weekend and let you know how it goes. Thanks again!
Sergei Ely
January 9, 2009 at 11:11 pm
Your assumption about the numerical order is correct. The existence of a number in the field refers to a specific checkbox (of which there are 10)in the front end...
January 9, 2009 at 4:44 pm
Thanks Jeff. I neglected to mention that the insert position is variable, though. The field is char(9) with the values restricted to integers 1-9 so the insertion could...
January 9, 2009 at 3:24 pm
Viewing 7 posts - 1 through 8 (of 8 total)