pikolo543
03-13-2003, 05:56 AM
i have a Quickbasic ver4.5, it compile a library to i try to compile a library. first i create a new file name a.bas and create it to library named a.lib. Nothing happend
inside a.bas is
dim shared D as String
what is the use of library, can i create my own library for example i want to create a function like UCASE$ can i create my own UCASE$
inside a.bas is
dim shared D as String
what is the use of library, can i create my own library for example i want to create a function like UCASE$ can i create my own UCASE$