kermit01de
Technical User
Maybe this is a real stupid thing for the profs ...
I have a bunch of data stored in variables & arrays I just want to print out in a simple formatted page
eg.
----------------------------
MyHotel
Report # 12345
Created: 01.01.2010 12:34
Terminals:
1 - Restaurant
2 - Bar
3 - Poolbar
SALES: 1234,56
-------------------------------
MyHotel is in variable Hotel
Report# is in ReportID
Created is Now()
Terminals are T(1,x)
SALES is in TOTALSALES
Any hint available? Thanks
--------------------------------------
>>>>>> Bugs will appear in one part of a working program when another 'unrelated' part is modified <<<<<
I have a bunch of data stored in variables & arrays I just want to print out in a simple formatted page
eg.
----------------------------
MyHotel
Report # 12345
Created: 01.01.2010 12:34
Terminals:
1 - Restaurant
2 - Bar
3 - Poolbar
SALES: 1234,56
-------------------------------
MyHotel is in variable Hotel
Report# is in ReportID
Created is Now()
Terminals are T(1,x)
SALES is in TOTALSALES
Any hint available? Thanks
--------------------------------------
>>>>>> Bugs will appear in one part of a working program when another 'unrelated' part is modified <<<<<