RE: Live Tutorial

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> 
> I think if actually *ran* the code (it has been tested) it would be a 
> lot 
> clearer.
> 

Perhaps.  But I think I've a pretty good grasp on what I'm doing, now.  
I've learned what some of the errors mean and am taking wild guesses as 
to what's cuasing them, and coming up with the correct answer more and 
more.  Euphoria is pretty easy.  I still don't like functions, but since 
functions are the only way to change a variable, then I'll live with 
them.  I have to call a function with a variable on both sides in some 
cases ...

Variable = Function (Variable)


... which is a little odd to me, but I can live with it.  But at least I 
can code it ...

Variable =

Function (Variable)


... which I kind of like.  Also, more complex functions tend to have 
gobs and gobs and gobs of arguments.  It's really nice to be able to ...

Variable =

Function (
 Argument,
 Argument0,
 Argument1,
 ...
 FinalArgument
)


It makes things really clear to me.  Perhaps you would disagree.

Love & Friendship & Blessed Be!
Lynn Erika Kilroy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu