Well...I am looking for a matter to divide things like OOP... for example... TBook Book; Book.Open(); Book.Read() Book.Page=10; Book.Page++; This doesn't has to be exactly as mentioned above.... I thought, maybe there is a way to simulate this....because as far I know S-Lang doesn't support OOP. Thanks, Richard van Zon. John E. Davis wrote:
Richard van Zon <rvanzon@xxxxxxxxxxxx> wrote:But is there a way to "simulate" classes ?Exactly what do you want to do? --John