Normal Topic PrintJobTicket() (Read 427 times)
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
PrintJobTicket()
Mar 22nd, 2009 at 12:33pm
Print Post Print Post  
Is there a subroutine or function under the hood called "PrintJobTicket()"?

When I tried to name one of my subroutines with this name, I was given the error "Redefinition of identifiers is not allowed." while testing my programming. Not a problem, since I just needed to rename it to avoid the error, but just curious. Smiley
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: PrintJobTicket()
Reply #1 - Mar 22nd, 2009 at 2:37pm
Print Post Print Post  
No. PrintJobTicket is not an internal symbol in Sesame. I just used it in a SBasic program in Customers as the name of a user defined function and it worked fine. Are you certain you do not have an element named that, or maybe a #define set to that in an included file?
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: PrintJobTicket()
Reply #2 - Mar 22nd, 2009 at 5:47pm
Print Post Print Post  
Duh! Roll Eyes

I can't believe I didn't realize that I have a command button by that name. I was thinking the error message was trying to tell me that there was already another subroutine or function by that name, not a an element.

Sorry for the dumb question. Thanks for checking it out and setting me straight. Wink

Carl
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged