blainepruitt
Technical User
Hello all,
I am extremely new to Python and was hoping someone could help me find my way. For starters, how can I get it echo or print a variable to the screen for me. For example:
rowEntry = guiData.GetRequestField(GuiHandle, "TBname", "FieldNM", -1)
From here I would like to print the value for rowEntry, for debugging purposes. Secondly, does anyone know of any problems with the 'and' statement? I have tried using it with two variables, and the only thing I can figure is one or both of them is null. Any help that can be provided would be greatly appreciated. Thanks in advance for any help.
Thanks,
Blaine
I am extremely new to Python and was hoping someone could help me find my way. For starters, how can I get it echo or print a variable to the screen for me. For example:
rowEntry = guiData.GetRequestField(GuiHandle, "TBname", "FieldNM", -1)
From here I would like to print the value for rowEntry, for debugging purposes. Secondly, does anyone know of any problems with the 'and' statement? I have tried using it with two variables, and the only thing I can figure is one or both of them is null. Any help that can be provided would be greatly appreciated. Thanks in advance for any help.
Thanks,
Blaine