displaying top 100 results
Tracker Issue Complete Safe Navigation Operator Implementation
2673374 CF-4126681 Language Nicholas Tunney Complete Safe Navigation Operator Implementation I'd like to propose that a ? safe navigation operator is added to handle array notation. An example is included below on line 5:
1:
2: st = {};
3: st.key1 = "My Value";
4: writeDump(st?.key1);
5
Added :2015-07-21 05:47:40.0
Added By: PreRelease User User Name:Nicholas Tunney Note Added: Entered Feature. Date Added :2015-07-21 03:17:42.0