i wrote a program ;
Declare sub makefont (x%,y%,color%,size%,typ%)
'no loop
sub makefont (x%,y%,color%,size%,typ%)
'a little code
end sub
i saved it as a library and then
'$include: 'font.lib'
call makefont(x%,y%,...etc.)
this couldn't recognize back the sub makefont..There was some yellow chr$ codes on the screen..
Now i wonder how can we save our subs and recall them from
our libraries ?..
Or does it mean that i missunderstood the mentatlity of libraries ?..
Help pls..
[COLOR=ffaa33] Shakespare says "To be or not To be"
And we say "I/O"
[/color]
Declare sub makefont (x%,y%,color%,size%,typ%)
'no loop
sub makefont (x%,y%,color%,size%,typ%)
'a little code
end sub
i saved it as a library and then
'$include: 'font.lib'
call makefont(x%,y%,...etc.)
this couldn't recognize back the sub makefont..There was some yellow chr$ codes on the screen..
Now i wonder how can we save our subs and recall them from
our libraries ?..
Or does it mean that i missunderstood the mentatlity of libraries ?..
Help pls..
[COLOR=ffaa33] Shakespare says "To be or not To be"
And we say "I/O"
[/color]