tracker issue : CF-4200189

select a category, or use search below
(searches all categories and all time range)
Title:

[ER]: Additional Member functions Support

| View in Tracker

Status/Resolution/Reason: Needs Review//Investigate

Reporter/Name(from Bugbase): / ()

Created: 11/27/2017

Components: Language, Functions

Versions: 2016,11.0

Failure Type: Others

Found In Build/Fixed In Build: /

Priority/Frequency: Normal /

Locale/System: /

Vote Count: 1

Other Functions Support

{code:java}
someVar.chr()
someVar.createDateTime([month[, day[, hour[, minute[, second]]]]])//CF-3374275 added support for createDateTime(year)
someVar.duplicate()
someVar.monthAsString([locale])
someVar.val()
{code}

Attachments:

Comments:

+1
Vote by Aaron N.
183 | February 13, 2018 06:10:34 AM GMT
Hi Adobe, And we shouldn't have to always worry so much about someVar's data type. For example: I should simply be able to loop across the columns of a query row and call .trim() on each value, w/o having to worry about if the boolean/integer/datetime/etc data types are missing the .trim() member function. Thanks!, -Aaron
Comment by Aaron N.
182 | February 13, 2018 06:19:27 AM GMT