I am building a program that allows the user to enter multiple invoice #s to a single bill.
I have an input box prompt the user to enter the invoice #.
What I would like to do is hardcode the entry so if the user enters "123," it will show up in the box as "Invoice #123"
Is there an easy way for me to do this?
I have an input box prompt the user to enter the invoice #.
What I would like to do is hardcode the entry so if the user enters "123," it will show up in the box as "Invoice #123"
Is there an easy way for me to do this?