Download
Hosts
Dave Harms
Ken Wragg
Bruce Johnson
Kim Davies
Stu Andrews
Some Of The Things We Talk About
- Dave’s Pondcasting App
- Highlights from the year past
- What we’re looking forward too in the new year
[Read more →]
Tags:aussie devcon·dot net·pondcasting
Clarion Folk Lore #2 is live!
[audio:2008-04-01/ClarionFolkLore-002.mp3]
Download: Here (8:24 mins)
Apologies Jan for mis-pronouncing your name! Didn’t realise it was a y not a j.
I’m still working out Audacity. I seem to have reached the limit of what it can handle with how many different streams, one for every time someone speaks.
Which reminds me, I need to splice better.
I’ll be breaking up the segments again, exporting to high quality mp3, then importing them all in together for #3.
Notes:
Answers:
- How do you get code to run in a procedure AFTER you’ve RETURN’d?
- have a class that is instantiated in the scope of the procedure, make sure that class has a .DESTRUCTOR2)
- Name two ways to run code in a procedure PRIOR to getting to the CODE statement
- use a class that instantiated in the scope of the procedure, and make sure it has a .CONSTRUCTor
- (may require C6+), declare a variable with an initial value, that is an expression
- that expression can even be a procedure call
- ex: MyVar LONG( SomeProc(42) )
- How do you figure out where the running executable is?
- see COMMAND(‘0′)
- Obviously Rastus got this a little wrong in the podcast.
[Read more →]
Tags:aussie devcon·google docs·heroes happen·linkedin·twitter·wordpress