I have 2 global variables that I would like to use in place of YYYYYY and XXXXXX but cant seem to figure out how to make it happen. Can anyone offer a suggestion? Thanks
var channelKeys = [];
channelKeys.push({
channelNumber: YYYYYY,
name: 'Location1',
key: 'XXXXXX',
fieldList: [{
field: 1,
axis: 'T'
}, {
field: 2,
axis: 'T'
}, {
field: 3,
axis: 'T'
}]
});