duane this works for just a single label node, but I already have numerous label nodes assigned to an array variable and use math to determine the array position. This works fine for setting text like this,
label_array[math to determine array position].set_text(string_variable)
but using the array like this isn't working in your suggested solution.