• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Snake lettering variable names reset?

Explorer ,
Aug 15, 2014 Aug 15, 2014

Copy link to clipboard

Copied

I have two variables date_end and Date_end_time.  The form when being dumped is setting date_end to a {t 00:00:00} and not passing the date.  When i look at the scope i see:

DATE_END=01/01/2014

DATE_END_TIME=

but when i dump the form i get:

DATE_END{t '00:00:00'}
DATE_END_TIME[empty string]

When i dump the form in application the variables are corect.  Is there some funky coldfusion bs going on?  like _required?  this is annoying.

Views

148

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Aug 15, 2014 Aug 15, 2014

sure as shit is.  For some reason _time is messing with variable with not _time.  Snake lettering should not trigger hidden functions.  That took me nearly 3 hours to track down. 

Votes

Translate

Translate
Explorer ,
Aug 15, 2014 Aug 15, 2014

Copy link to clipboard

Copied

sure as shit is.  For some reason _time is messing with variable with not _time.  Snake lettering should not trigger hidden functions.  That took me nearly 3 hours to track down. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 15, 2014 Aug 15, 2014

Copy link to clipboard

Copied

LATEST

Worse than C where you can overload an operator.  Atleast an operator triggers a function. Here you have a hidden string character in a variable name trigger a hidden function. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation