hyphen in variable name

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default hyphen in variable name

    I am being fed variables with hyphens in them and I am having a hard time
    dealing with them.
    What I would like to do it just change them into something I can deal with
    such as attached code


    I am in brain freeze mode and can't see how to do this.

    Any help would bring undying gratitude.




    <cflock timeout="30" throwontimeout="No" name="Session_Updates"
    type="EXCLUSIVE">

    <cfscript>
    ReturnPath = Return-Path;
    </cfscript>
    </cflock>

    AngryHank Guest

  2. Similar Questions and Discussions

    1. Turning the discretionary hyphen off?
      I'm formatting a Lao document in InDesign 3.01 on Win2K. My Lao translator has used a discretionary hyphen to insert optional word breaks (there...
    2. Sorting Datagrid With Hyphen / Dash
      Due to their sequence in the ASCII set, - (hyphen) comes before the numbers. One way you can get around this behavior is to replace the hyphens...
    3. Discretionary hyphen? Yeah, I wish!
      Hi all, First of all, I don't like hyphenation, so I have turned it off by default. However, in some pages, there are words I would like to have a...
    4. Discretionary Hyphen?
      Our AICS type engine has deprived us of the hard space shortcut (option-space bar). But we can get one from the Character flyout. Inconvenient but...
    5. CDONTS and hyphen
      Hi all Has anyone experienced problems sending mail to an address with a hyphen in the domain, especially using CDONTS.NewMail. In particular, the...
  3. #2

    Default Re: hyphen in variable name

    > I am being fed variables

    Where are the variables coming from ?

    --
    <mack />


    Neculai Macarie Guest

  4. #3

    Default Re: hyphen in variable name

    This is a cross post.

    [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&threadid=1022464&enterthre ad=y[/url]
    TA-Selene Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139