Aurel
I'm waiting for the new version,
I get vices very easily and I have difficulty decorating words,
so I practically only use if's loops and arrays, even the "Do Loops" I forget how to write and use, and I end up using the same conditional Goto,
it's usually easier for me to create a new function than to remember the name and syntax of one that does what I want. even variable names I usually use only 3 letters
If Loi = OLi Or Loi = OLf Then
T = 1
If Oquadante_L = True Then GoSub OCoL: If T = 1 Then OLf = OLf + OqL: OLi = OLi + OqL: T = 0: Loi = Loi + OqL
' If OZig_LN = 4 Then
Lig = Lig * -1: Loi = Loi + Lig
' Else
' OZig_LN = OZig_LN + 1
' End If
End If
End If
part of one of the first routines I did in vba after I related to Basic, nowadays I already know how to use functions
I've been reprimanded a lot about it, but when I'm writing something, I do not think much, I get the idea, I think about the logic and I write
and variable types are an important part of the good functioning of routines
so my early warning of the correct use
Charles Pegge
Wow, lisp?
I imagine the knot that should give in the head of one who knows more than one language,
I think without delimiters it should create many programming vices and disrupt those who are learning, as with "=" and "==" inside and outside an "if"
I tried to use C, but I spent more time defining what function was the "}" and looking for where the ";" I've never been able to make anything useful