Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Deprecated/Lang/Error3.bas File Reference

Go to the source code of this file.

Functions

DECLARE FUNCTION asdf (F$) DECLARE FUNCTION TRIM$(S$) DIM SHARED Byte AS STRING *1 OPEN"e4.h"FOR INPUT AS#1 OPEN"e5.h"FOR OUTPUT AS#2 CLS DIM j AS LONG DO UNTIL EOF(1) INPUT#1, A$F$=TRIM$(A$) G$=F$+STRING$(31-LEN(F$),"")+"=__J2K__"+F$+","PRINT#2, G$j=j+1 IF(j MOD 20)=0THEN SLEEP LOOP CLOSE FUNCTION asdf$(F$) OPEN F$FOR BINARY AS#2 FOR j=1 TO LOF(2) GET#2, j, Byte PRINT Byte


Function Documentation

DECLARE FUNCTION asdf F$    [pure virtual]
 


Generated on Sun Oct 14 18:47:09 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001