How to remove less-than symbols in email

when I have email strings, I get something like the following:
"On 8/27/2014 9:17 AM, John Bain wrote:> I am trying this new format out to see if it works better and is easier
>
> On 8/27/2014 9:16 AM, John Bain wrote:
>> I am trying this new format out to see if it works better and is easier
>>
>> On 8/27/2014 9:15 AM, John Bain wrote:
>>>
>>> I am trying this new format out to see if it works better and is easier
>>> On 8/27/2014 9:14 AM, John Bain wrote:
>>>> Ask your question to our community of users
>>>>
>>>> On 8/27/2014 9:01 AM, John Bain wrote:
>>>>>
>>>>> I am trying this new format out to see if it works better and is
>>>>> easier"
Is there a way to remove those ">>>" marks?

What would you use in their place to separate the different postings and retain the Q&A context?
You can remove them. This add-on offers this capability:
https://nic-nac-project.org/~kaosmos/quoteandcomposemanager-en.html

Similar Messages

  • JCA Adapter Less than Symbol in OSB 11.1.1.5

    Hey everyone,
    When trying to create a Business Service based off of a JCA Adapter created in JDeveloper for a custom query database call, I am having issues if the query has the less than symbol in it.
    When generating the service, it gives me the following error:
    WSDL and Service Resources can not be generated at this time, please try again.
    Reason: error: Unexpected character encountered (lex state 9):
    The less than symbol is properly escaped as & l t ;
    Im using 11.1.15
    Replace & with $amp; is not working...

    When generating the service, it gives me the following errorWhat do you mean by "generating the service"? Where do you see the error? OEPE? Is that compilation time, deployment time or run time?
    Database data should be escaped finely... Can you give us more details about your case?
    Cheers,
    Vlad

  • Less Than Symbol ( )

    Hi All,
      I want a  less than ( < ) symbol to be displayed .....
    When I give "&gt;" , I get a greater than symbol (>)..... But when I give "&lt;" , i get a blank value
    Thanks

    <mx:.................    dataProvider="&lt;">

  • How does operator 'less than' work with Rectangle objects?

    Just found in legacy code the following:
    private var firstRect:Rectangle;
    private var secondRect:Rectangle;
    if (firstRect < secondRect)
    // do something
    How does operator 'less than' work with Rectangle objects?
    Doc says that object is converted to number if it is not a String.
    Rectangle is not a String, though has conversion to String.
    Please help.

    IME the best way to know for sure is to experiment. The docs are only one person's best understanding of how things worked on the day, which is seldom 100% accurate. I find that even with code I wrote I can't accurately say 100% of what it does until I've worked with it for a while. Keep in mind that the docs are usually written when the code is written, so  never expect more than a rough idea from the docs.

  • How to implement 'less than' in choosing functions depending on numeric input

    I have a 1D array and I want to split what happens with different values
    I made it so that the array outputs an element, with a scroll bar to change the element
    The array is random 
    When the element is < 512 I want A to happen
    When the element is > 512 I want B to happen 
    I've played around with case structure but what confuses me is the less than and greater than fucntion, it's output is a boolean
    If it changes anything I am connectiong the the output to a multiply functino 
    Thanks!  
    Solved!
    Go to Solution.

    sofiakyle wrote:
    I have a 1D array and I want to split what happens with different values
    I made it so that the array outputs an element, with a scroll bar to change the element
    The array is random 
    When the element is < 512 I want A to happen
    When the element is > 512 I want B to happen 
    I've played around with case structure but what confuses me is the less than and greater than fucntion, it's output is a boolean
    If it changes anything I am connectiong the the output to a multiply functino 
    Thanks!  
    I would recommend classes or getting some books on LabVIEW to study.  A basic question like this indicates you haven't yet been able to make the transition from text-based language to LabVIEW with any confidence.  It took me a while to be comfortable with it, so I feel your pain. 
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Problems using ' ' (less than) symbol in JavaScript

    Using JSC EA 2 and I can't use the less than operator '<' in JavaScript.
    When I use an expression such as
    if( a < 10 )
    I get an error saying
    "The content of the elelments must contain well-formed character data or markup"
    However, if i change that to
    if( 10 > a )
    I have get no error and everything works fine.
    Anyone else experience this "feature"

    Hi,
    Use the following code clip (withing opening & closing ) wherever you want to use JavaScript in JSC.<script language="JavaScript" type="text/javascript"><![CDATA[
    // Drag onto the JSP Source -- usually within the <head> tag
    // Your JavaScript code goes here, for example
    function postMessage(message) {
    alert(message)
    ]]></script>
    You can create a code clip on JSC palette for later use.

  • How do you get to greater than, less than symbols ( , )

    Trying to find these symbols on keyboard. Anybody know if they are available?
    Ken

    If using the Samsung keyboard:  press Sym, then press 1/2
    If using the Swype keyboard:  press 123 (in lower left-hand corner), then press the shift key (looks like a 1 in a box next to a 2, it's just above the Swype key)

  • How to remove the bar above the email body in inbox

    How do I remove the Information / toolbar? (not sure what it is called) that appears above the email body under the list of incoming emails in the inbox. It is the bar the has info about the email and buttons like reply, delete, etc. It is redundant and just takes up space.

    You cannot remove it. It is part of the message pane and will display when the message pane turned on.
    You can make it smaller with this add on.
    https://addons.mozilla.org/en-US/thunderbird/addon/compactheader/?src=hp-dl-featured

  • How to return less than 4000 characters from pl/sql function in SQL call?

    Hello,
    Is there a way to limit length for varchar when calling pl/sql function from SQL? No matter how I write it it always returns 4000 bytes.
    If there is none, then does it make sense ever to specify lenght of the return variable?
    My goal is to encapsulate business rules within pl/sql functions. But if all varchar columns are returned as 4000 it is not feasible solution. Not only this is a performance issue in a data warehousing environment, bet when using those rules within SQL views user experiance would suffer as well. Are we left with the rule hardcoding solution? Also, I think that using SUBSTRING or TRUNC functions on top of business rules function defeats the purpose.
    Please see my attempt below. Your thoughts are appreciated.
    Thank you.
    /* Formatted on 06/11/2009 2:26:41 PM (QP5 v5.126.903.23003) */
    CREATE OR REPLACE FUNCTION mytest (myvar_in VARCHAR2)
    RETURN VARCHAR2
    AS
    l_return VARCHAR2 (15);
    BEGIN
    l_return := 'TEST_' || myvar_in;
    RETURN l_return;
    END mytest;
    CREATE TABLE TEST_ME
    AS
    SELECT mytest ('ME') AS VERYLONG FROM DUAL;
    describe TEST_ME;
    RUN ABOVE CODE:
    Function created.
    Table created.
    TABLE TEST_ME
    Name Null? Type
    VERYLONG VARCHAR2(4000)
    Edited by: Ilmars2 on Jun 11, 2009 2:46 PM

    Pointless,
    Thanks for jumping in on this and I am glad you asked :).
    I do not doubt that it is an architectural challenge. Otherwise it would have been done already! I am struggling with the fact that SQL knows what data type the function will return, but does not know the length of it, precision or scale. I will leave it at that.
    I will go with some high level requirements to allow for alternative thoughts:
    1)     Business defined rules. There are multiple types of business rules. Simple lookups, bucketing, complex calculations, data retrieved from other tables etc. We have about 500 different rules. Some of them are even overloaded – different inputs will produce the same output.
    Some simple examples are:
    Rule1 - Fruit
         when ‘A’ then ‘Apple’
         When ‘O’ then ‘Orange’
         Else ‘N/A’ end
    Rule2 – Bonus
         when STATUS =’Active’ and LEVEL=’CEO’ then bonus=salary*1.0
         when STATUS =’Active’ and LEVEL=’nobody’ then bonus=salary*0.01
         else bonus=0
    Rule 3 – Income Bracket
         When more than 0 and less or equal to 30000 then INC_B=’LOW’
         When more than 30000 and less of equal to 60000 then INC_B=’MIDDLE’
    Etc.
    2)     Challenge: All data users in an organization need to use the same rules (let’s assume data source is Oracle database). How to expose all the rules to different types of users in manageable way? Types of users – analysts, application/web developers, data warehouse teams etc.
    3)     Current system: Not only each user has coded their own rules (luckily based on the common specification), but hard-coding is taking place for each query within the confines of one project. The project I just looked at had about 12 modules with 30 hardcoded queries. Oops! Few rules just changed.
    My take: I was leaning toward encapsulating business logic within UDF’s. UDF’s provide all the flexibility we need + overloading. All the functions could be consumed by data warehouse team (building summary tables, cubes etc.) and application developers. For power users we could build views by applying the same functions on top of the source data. Thus avoid data duplication. It seemed win-win until this 4000 issue :).
    Your thoughts on alternative approaches are appreciated.
    Thank you.

  • How to remove a data usage alert email address

    I receive email alerts when my data usage gets to 75%, 90%, and 100% of usage. How do I remove one of the email addresses these alerts are being sent to (it is not one of my email addresses)?

    Verizon_Dan
    I understand your desire to update which email addresses receive the data usage alerts.  I would love to assist.
    When you log into your My Verizon account online, you can edit your alert settings (email addresses and phone numbers) within the "Manage My Account" section of your online account.  Under the "Manage My Account" tab on the left, click the "Manage Family Safeguards & Controls" link.  Then, under the "Usage Controls" tab, click "View Details & Edit".  Lastly, under the "Usage Limits" tab you will then be able to edit the email addresses that you want to receive email alerts.  Please let me know how this works out for you.
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • OIM 11g: How to remove rule requiring unique user email addresses

    Use the OIM 11g Administrative and User Console to update a user's email address to be the same as another user's address and on save you get error message:
    "The user with the attribute Email and value [email protected] already exists"
    In OIM 9.1 we used to be allowed duplicate email addresses.
    OIM 11g wants them to be unique (refer OIM 11g User Guide table 11-2 in section "11.2 User Entity Definition" which shows the email attribute properties with unique:yes).
    How do you change this to "unique:no"?
    The OIM 11g Admin Guide section "14 Configuring User Attributes" describes the User.xml file in MDS but doesn't mention unique properties.
    The System Properties accessed via System Management->System Configuration doesn't show anything that looks like an option to enforce email address uniqueness.
    Thanks

    OIM 11g does not allow duplicate email addresses. We asked Oracle about this and they responded that the feature (duplicate email addresses) was "removed from OIM 11g due to sending mail notifications, security and other related
    concerns". We think we can live with this restriction and did not make an enhancement request.
    The user guide does show that email address is unique:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14316/usr_mangmnt.htm#BGBDCDCH
    but there's no way to override the rule.

  • How to remove a MovieClip symbol and stop it?

    I manually create a movieclip symbol and given instance name "Ball" on stage (not new MovieClip in AS), and it contained 20 frames animation, but after when I click a button to remove it "removeChild(Ball);", I don't know why it still running? although I can add a "stop()" code on 20 frame to stop it, but I don't think that is a good solution.
    I try to remove its Event.ENTER_FRAME, but I don't know how to do it? because I don't know its event function name.
    Could anyone explain it?

    I believe that in order to fully destroy a MovieClip (and allow it to be garbage collected) there must be no references to it, and it can't be doing anything.
    Here's what I tried:
    mcBall.stop();
    removeChild(mcBall);
    mcBall = null;
    I believe that destroyed the MovieClip. Can anyone else confirm this?
    Michael

  • How to remove a dynamic symbol from the stage?

    I'm loading dynamically copies of a Library symbol with a button click. Question is, when I move around in the timeline, I don't want to see the symbols at certain points. Can I loop through the json file and remove each symbol from the stage? Or is there a better way of accomplishing this?
    Being new to Edge Animate, I'm also unsure as to the names of the symbols as they are placed on the stage. If I use the browser's developer tools, I can see that the divs are named Stage_90, Stage_91, Stage_92 etc. However doing something like the following does not seem to work:
    sym.$("Stage_90").hide();
    I appreciate the help. Thanks again.

    I got it. It should be:
    $("#region1").remove();  
    // # was missing.
    I actually added that to time 0 on the main timeline so when I got back there it removes the image.
    It's not working from the symbol yet but I guess I should eventually get it working from there instead.
    Thanks for your time.

  • How to remove the E symbol on my Sony Ericsson Cedar model handset

    My phone shows E symbol near signal bars. Please help in getting rid of this...

    That's letting you know that you have Edge (2G) coverage, if you see a 3G its well 3G, if you see H = 3.5G
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Less than symbol,   shows as XML value &lt ; in translate table drop down

    We are upgrading from 8.19 to 8.49. We have set up a field that has translate values of <, <=, >, >=, <> and =. We use this field as a drop down on a page and they should display as shown. For some reason, when you click the drop down, any of the choices containing the < symbol are replaced with '&lt ;. The other symbols seem to display normally. Instead of < we get "&lt ;" . Instead of <=, we get "&lt ;=" .
    Expected values in XLATITEM drop down:
    <
    <=
    <>
    =
    >
    =Actual values received in drop down:
    &lt ;
    &lt ;=
    &lt ;>
    =
    >
    =In version 8.22, the symbols showed up correctly. Anyone have any ideas?
    Thanks very much!

    Yes - we tried deleting all of the values and recreating them. If we delete the < symbol, the rest show up fine, which is strange. We've cleared cache on web server, app server and pc and that didn't help either. Any other thoughts?
    I appreciate your help!

Maybe you are looking for

  • Spamassassin hangs Solaris 10 ?

    I'v been running Solaris 10 x86 in two servers over month now and find out that when running Spamassassin 3.0.2 in a zone it hangs/freezes the whole machine (gobal and all non global zones). HP Proliant DL360 G3 server just freezes everything after r

  • [solved] Vim: console and urxvt have different colors

    Well, as you can see, vim in console (vc/1) and in urxvt has different colors: I'd like to have the same colors of console in urxvt (and not the opposite), is there a way? I don't know from where the colors of urxvt come from. That blue with which is

  • Copa reports

    Hi Experts, In an interview he asked that have you u configured any reports Please explan me what are the reports. and t.codes Thanks and advance balu

  • Some feature change suggestions

    Hi, I would like to make a few suggestions about changing Mac OS X features. I'm curious as to whether other people would agree with my suggestions. 1. the default tab-setting mechanism on the rule seems at first glance appropriate for a variable-wid

  • HT201269 Why is my iPhone not recognized in iTunes

    I have uninstalled and reinstalled, etc.  There is a driver error noted but when I choose troubleshoot it gives me no options to fix it.  Very frustrated and looking for any help.  I just bought an Iphone 5S and neither the 4 or 5s are recognized in