Hello, i have to make a Managment program in delphi for manaing differnt operators at a fundraiser event. I will need to-:
Add Operators
--Each operator needs to have a Six character, INCREMENTALL generated ID. SO the first operator will be SA0001, and the second one added will be SA0002 and so on. Just wondering how i would do this? What code?
Also im making records, and i know that to limit the string size i do for example, Name:String[10]; which gives it 10bytes, how do i do that for a Real Number? Real[4]; for example, doesnt work??
ALSO does anyone know how to use the PRINT function in delphi? basically i need to get some data from a file, display it in printing format, and print it.
THANK YOU VERY MUCH for your time.
000lynx
Add Operators
--Each operator needs to have a Six character, INCREMENTALL generated ID. SO the first operator will be SA0001, and the second one added will be SA0002 and so on. Just wondering how i would do this? What code?
Also im making records, and i know that to limit the string size i do for example, Name:String[10]; which gives it 10bytes, how do i do that for a Real Number? Real[4]; for example, doesnt work??
ALSO does anyone know how to use the PRINT function in delphi? basically i need to get some data from a file, display it in printing format, and print it.
THANK YOU VERY MUCH for your time.
000lynx