Quote:
Originally Posted by eschwartz
The basic idea looks like this:
Code:
program:
switch(
current_library_name(),
'libraryname1',
template1,
'libraryname2',
template2,
'libraryname3',
template3,
fallback_template
)
|
Thanks for this! I need to learn how to do this, at least in some minimal form. Let me see how far I get; I will probably be back with some noob type questions, LoL.