Group comments

Strange_Will

Member
Joined
Jan 31, 2006
Messages
14
Programming Experience
1-3
So real quick, when you do stuff like:

Function test()
'stuff here
end function


The function test is collapseable...

I keep changelogs like this:

'0.0.1
'test
'test
'test

I want to collapse it at 0.0.1, any ideas? like tricks or anything, but I still want to see 0.0.1

:)
 
also you use functions to return values, your function example doesnt return anything, you should use Sub instead of Function
 
Back
Top