I cannot found LSS script in NSF Database

i’ve download lotus notes database and i’ve tried to understand those code in this database , i found some code in this database that

Option Public

Option Explicit

Use “X3.Core”

%INCLUDE “scripts\x3\ui\x3uilkey.lss”

%INCLUDE “scripts\x3\ui\x3uidatabase.lss”

%INCLUDE “scripts\x3\ui\x3uiformula.lss”

my problem is how can i find those script (x3uilkey.lss,x3uidatabase.lss,x3uiformula.lss)

i tried to search in path C:\Lotus\Domino and C:\Lotus\Notes but i didn’t see

if anyone know , pls tell me

thanks in advance

Subject: Link to external LSS

The include statement just means that a lotus script is imported from the file system at compile time. So that source code is not part of the database you downloaded.We do use these import statement if we want to protect our source code.

Jan Karow / Caprocorn Consulting