Hi, my question:
If I define a variable in let said "mosinit.hoc" , How can i use it in another hoc file loaded by load_file(1, model.hoc) ?
Thanks
Globals variables on hoc files?
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Globals variables on hoc files?
Symbols have global scope except for those that are
--declared as local or localobj in a proc or func
or
--defined inside a template but not declared to be public
--declared as local or localobj in a proc or func
or
--defined inside a template but not declared to be public
-
- Posts: 6
- Joined: Mon May 30, 2011 4:53 pm
Re: Globals variables on hoc files?
thanks,
I realize that it wasn't the problem,
I realize that it wasn't the problem,