S
Saber
I've a question about Modules:
we can call functions in modules through other files in project, but is it
possible to call a function or read/write a value in a specifed page through
modules?
e.g:
Module Module1
dim a as integer=10
Call page1.func(a)
End Module
perhaps it is impossible and I didn't got the philosophy of modules. but any
idea appreciated.
we can call functions in modules through other files in project, but is it
possible to call a function or read/write a value in a specifed page through
modules?
e.g:
Module Module1
dim a as integer=10
Call page1.func(a)
End Module
perhaps it is impossible and I didn't got the philosophy of modules. but any
idea appreciated.