name$=Input("Filename: ") Print name If Right(name,3)=".bb" Then name=Left(name,Len(name)-3) While FileType(name+".bb")<>1 Cls Locate 0,0 r=r+1 If r>6 Print "That's it. I've had enough! I'll get the gun." Delay 1500 Cls Locate 0,0 For c=1 To 5 ClsColor 255,255,0 Cls Delay 50 VWait red=red+51 ClsColor red,0,0 Cls Delay 500 VWait 15 Next red=255 While red>0 ClsColor red,0,0 red=red-1 Cls VWait Wend Delay 1500 Cls Locate 0,0 Print "Oh, you monster!" Delay 2000 Cls End EndIf Select r Case 1 evil$="No, really. Filename: " Case 2 evil$="Try again. Filename: " Case 3 evil$="Not too good at this, are you? Filename: " Case 4 evil$="You think this is funny, don't you? Filename: " Case 5 evil$="Aren't you bored yet? Filename: " Case 6 Print "Enter a valid filename or I'll terminate myself." Delay 1500 Cls Locate 0,0 Print "I'm serious, you know." Delay 1500 Cls Locate 0,0 evil$="Filename: " End Select name$=Input(evil$) If Right(name,3)=".bb" Then name=Left(name,Len(name)-3) Wend If Len(name)>3 If Lower(Right(name,3))=".bb" name=Left(name,Len(name)-3) EndIf EndIf file=ReadFile(name+".bb") outfile=WriteFile(name+".html") ;;******************************************************************************************** ;;Start WriteLine outfile,"
"+dtype+" - "+name+""+arraylength+" | "+vtype+" |
"+name+" | Type |
Fields:
|
"+name+" | Function |
Parameters:
| |
Comments " WriteLine outfile,""+comments+" " WriteLine outfile," | |
This documentation was generated by BlitzDoc. BlitzDoc is copyright Christian Perfect 2001
" WriteLine outfile,"" ;;************************************************************************************* ;;**************** ;;End CloseFile file CloseFile outfile Print " " Color 255,255,0 Cls Locate 0,0 Print "DONE!" Print "Press a key to quit" VWait Flip Flip WaitKey End ;;****************