A
Agnes
I want to write a program with many sub-method.
for example,
1)method :company_search(code) which return name,addresss...etc
2)method:currency(code) which return the current exchange rate....etc
..... manys
Should I write it use module ??? or in code file ??
What is the difference about it ?
Thanks
From Agnes
for example,
1)method :company_search(code) which return name,addresss...etc
2)method:currency(code) which return the current exchange rate....etc
..... manys
Should I write it use module ??? or in code file ??
What is the difference about it ?
Thanks
From Agnes