you ought to work for someone for a few more years and get some more knowledge and experience before attempting to work for yourself. you clearly have a lot more to learn.
If you're a nice bloke with a good bedside manner, i.e. are tidy, prompt, and polite...
Oh well, I did say "If..."What a complete and utter p***k you must be to compile all the s**t. Get a life looser.........
I wonder how many people will get that.
PROGRAM cashsort ;
USES
crt ;
VAR
QuitProgram : Boolean ;
OldTextMode : Integer ;
TempFile,StoreFile : Text ;
FileName,templine : String ;
SorterArray : Array[1..32,1..12,0..3,0..19] of Integer ;
{day month year subindex }
{ put the lines from the input file into a working file }
{ with a line number prefixing the data content }
PROCEDURE MoveToTempFile ;
Var
LineCount : Integer ;
lv : Byte ;
templine : String ;
countstr : String ;
Begin
LineCount := 0 ;
Assign(TempFile,'working.lst');
Rewrite(TempFile);
While NOT Eof(StoreFile) Do
Begin
Inc(LineCount);
Str(LineCount:4,countstr);
For lv:=1 To 4 Do If countstr[lv]=' 'Then countstr[lv]:='0' ;
ReadLn(StoreFile,templine);
templine := countstr+' '+templine ;
WriteLn(TempFile,templine);
End ;
Close(TempFile);
End ;
... or in DOS, using (e.g.) the Cygnus toolsCouldn't you just do that in the shell if you used Linux?
http://checkyourprice.co.uk/electrical-installation-cost/index.php
will give you most of the info you need, AND you can point the custards to it to justify your prices!!!
Regards
If you need to find a tradesperson to get your job done, please try our local search below, or if you are doing it yourself you can find suppliers local to you.
Select the supplier or trade you require, enter your location to begin your search.
Are you a trade or supplier? You can create your listing free at DIYnot Local