Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
Re: Trimming Blank Spaces in String
You can use the VB.NET function RTRIM.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Temp" <tempmail@temp.com> wrote in message
news:bh1eg5$o2h@library2.airnews.net...ones> I am trying to remove the blank spaces at the end of a string with the
> .Trim() function. Unfortunately, this removes ALL spaces, not just the> at the end. I need to preserve the spacing inside the string.
>
> Does anyone know how I can do this?
>
> Thanks,
>
> Ron
>
> --
> _____________________________
> Ron Rodenberg
> Lead Software Engineer
> Razorvision Technology, Inc.
> (214) 207-1688
>
>
Steve C. Orr, MCSD Guest
-
trimming a string
I'm generating strings dynamically in my application, and they look something lie this: 0 0 0 435921014 0 0 0 0 What I want to do is trim off... -
trimming a string either side of a keyword
results="... abc ..." keyword="abc" x=instr(results,keyword) if (x>0) then leftstr=right(substr(results,1,x-1),100)... -
blank spaces in text fields in form
I am a newbie. I have a simple form with just a few fields. A user fills out the form, goes to another page to preview his/her entries, and then may... -
Using ASP to Generate SQL Select Statement creates unexpected blank spaces
"Kaven Tan" wrote in message news:F2CAE485-4014-40C7-9A52-1007B51B290E@microsoft.com... : I am having a problem removing the blank space that is... -
Blank Spaces in the Score?
I know this is pretty basic and vague, but I have some scenes in my movie that automaticall play strung together with lingo that run in this order. ... -
Temp #2
Re: Trimming Blank Spaces in String
Do you know of a C# equivalent?
--
_____________________________
Ron Rodenberg
Lead Software Engineer
Razorvision Technology, Inc.
(214) 207-1688
"Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
news:%23Qab%23wgXDHA.2392@TK2MSFTNGP10.phx.gbl...> You can use the VB.NET function RTRIM.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD
> [url]http://Steve.Orr.net[/url]
>
>
> "Temp" <tempmail@temp.com> wrote in message
> news:bh1eg5$o2h@library2.airnews.net...> ones> > I am trying to remove the blank spaces at the end of a string with the
> > .Trim() function. Unfortunately, this removes ALL spaces, not just the>> > at the end. I need to preserve the spacing inside the string.
> >
> > Does anyone know how I can do this?
> >
> > Thanks,
> >
> > Ron
> >
> > --
> > _____________________________
> > Ron Rodenberg
> > Lead Software Engineer
> > Razorvision Technology, Inc.
> > (214) 207-1688
> >
> >
>
Temp Guest



Reply With Quote

