Em vez de colar bloco de código após o bloco de código, talvez você possa explicar, em termos humanos o que é que você está tentando realizar.
really,
Sorry
Even because it's not something that's working
Não há dúvida de que é possível. A questão é se você deve reinventar a roda.
I believe that the wheel is always being reinvented,
I think you can and you should
Then, what would be the purpose of thinbasic, freebasic, java, c ++ ...
They all do the same thing differently,
But what I intend to do is not even close to the proposal of these ideas
It would be just to have an option to write
And (test1,Or(testB , test2), test3)
instead of
test1 And (testB Or test2) And test3
Some even accept the "()" to separate tests, but others like the vba have to structure in a very complex way to put everything together
I put a cascade structure
if Test1 then
if testB Or test2 then
if Test3 then
code
end if
end if
end if
As I said "look like the excel style"
My use is for arrays,
So you do not have to keep typing a bunch of lines with "for and if" with each new filter idea, and check
What I had set up despite something rude, and rather limited, worked for simple things
Well, I do not know if you can understand my explanation.
Bookmarks