View Single Post
09-19-14, 06:40 AM   #6
benots4
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 20
Thanks for your help. I put your function as a separate function, same result, broke into 3 functions same affect, and then decided to put it all in one exactly as you suggested, same effect. Believe me I have coding this for a week and I feel I have already done what you suggest. I have made a slash command for a Field1:SetText("Change") and I get the same thing. I put the entire first pass in the init script then only called a function that had nothing but set text statements, same thing. I don't think hard coding the columns is the answer as you see I have at least 7 other columns to fill in, provided there is a way to actually change the text. I have at least 112 cells to set, which I could hard code and would if it provided a different outcome, but I think I tried that. What you’re telling me is that there is no way to change the text; I can only use the set text function to write text over the existing text. Don’t suggest SetText(nil) cause that does nothing. Frustrated I am.
  Reply With Quote