tracker issue : CF-3710345

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

struct.get() not implemented

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)

Created: 02/19/2014

Components: Language

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: PublicBeta /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 0

SSIA... you've implemented almost all struct functions as methods, but have not done .get().

For the sake of completeness and homogeneity, you should.

-- 
Adam

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3710345

External Customer Info:
External Company:  
External Customer Name: Adam Cameron.
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

This implementation is there and is being covered as part of underlying java map. So if you do.. st = {a="b",c="d"}; st.get(a); it should work. You might have confused it with CF function StructGet, which is not a strcut function rather work with String.. What I mean is that structGet takes a string argument.. not a Struct.
Comment by Awdhesh K.
13441 | February 26, 2014 06:21:40 AM GMT
To get substructure out of a structure, one needs to use StructGet. (Comment added from ex-user id:nawani)
Comment by Adobe D.
13442 | February 28, 2014 01:56:26 AM GMT
Awdhesh: yes, of course it is. Heh. Good stuff, cheers. -- Adam
Comment by External U.
13443 | February 28, 2014 03:50:11 AM GMT