To make things easy, under Settings/Aliases -- assuming you are using the Version 6 editor-- add {library}tblibs. Then your library statement would read:
Library "MathLib.trc" (or whatever the trc file name is).
Without the alias you might need the full pathname in your library statement although the editor is supposed to look in it's own directory so "TbLibs/MathLib.trc" should also work. The quotation marks are necessary. If you are using an older editor, still be sure to set the aliases for the TbLibs folder.
Learn to program in True BASIC with this popular book featuring sample code and step-by-step instructions that will have you quickly creating your own programs.
Comments
re: finding library files
To make things easy, under Settings/Aliases -- assuming you are using the Version 6 editor-- add {library}tblibs. Then your library statement would read:
Library "MathLib.trc" (or whatever the trc file name is).
Without the alias you might need the full pathname in your library statement although the editor is supposed to look in it's own directory so "TbLibs/MathLib.trc" should also work. The quotation marks are necessary. If you are using an older editor, still be sure to set the aliases for the TbLibs folder.
rwt