06-16-2010, 03:47 PM
Yes I have just checked and it works for me.
try this and let me know if it works
create a new library file - lib1
add statement - Public TestPublic
Create a new test - "test1"
add statement - msgbox TestPublic
add library to resource
Create a new test again "test2"
add statement - TestPublic ="this is a public variable"
call the test created earlier
add library to resource
try this and let me know if it works
create a new library file - lib1
add statement - Public TestPublic
Create a new test - "test1"
add statement - msgbox TestPublic
add library to resource
Create a new test again "test2"
add statement - TestPublic ="this is a public variable"
call the test created earlier
add library to resource