Search:

Type: Posts; User: Edcronos; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    8,606

    Hi Can be a solution for simpler cases Do these...

    Hi
    Can be a solution for simpler cases
    Do these functions solve all the questions, then show the result,

    or leave the tests when it is no longer possible a false or true?
    All(
    Test1 = true...
  2. Replies
    13
    Views
    8,606

    really, Sorry Even because it's not something...

    really,
    Sorry
    Even because it's not something that's working



    I believe that the wheel is always being reinvented,
    I think you can and you should

    Then, what would be the purpose of...
  3. Replies
    13
    Views
    8,606

    Even in spreadsheets is something that has to be...

    Even in spreadsheets is something that has to be well structured and are widely doable for errors
    My intention is not something as sophisticated as the ability of excel formulas,
    Would be something...
  4. Replies
    13
    Views
    8,606

    I can be engaged But it seems that even in C ++...

    I can be engaged
    But it seems that even in C ++ they are already introducing the variant type
    What makes variables and arrays much more dynamic
    Not to mention functions that can work with...
  5. Replies
    13
    Views
    8,606

    Hi thanks for the tip, I'll take a look I agree...

    Hi
    thanks for the tip, I'll take a look
    I agree when it is said that it is difficult for a beginner or someone not so involved with programming as I am
    Even what I had done, where it seemed like a...
  6. About state machine until I found some codes and...

    About state machine until I found some codes and explanations


    public class Lamp : StateMachine
    {
    // Triggers (or events, or actions, whatever) that our
    // state machine understands.
    ...
  7. I understand that it is not 100% But it's more...

    I understand that it is not 100%
    But it's more than basic

    I can quote points that I found

    Functionname = value
    Function = value
    Return value
    ----------------------
    Sub namesub()
  8. Then you are wanting someone who only knows how...

    Then you are wanting someone who only knows how to use "if then else, for next, variables and jumps" to do what you want, design a rocket

    To tell you the truth, I'm not calling goto anymore.
    Even...
  9. Sorry, maybe I'm too stupid, but for me it got a...

    Sorry, maybe I'm too stupid, but for me it got a bit confusing as to how to apply it the way I want it
    I did not understand, how to include sets of totally different conditions in this "Iterate"
    ...
  10. Replies
    5
    Views
    46,391

    Not just confusing But it totally detracts from...

    Not just confusing
    But it totally detracts from the language
    This is why even the simplest codes are not able to run between different implementations

    About iso did not know it was paid, which I...
  11. Replies
    5
    Views
    46,391

    My question is not over goto and gosub Is yes in...

    My question is not over goto and gosub
    Is yes in the differences in the various implementations with name BASIC

    Although I find gosub and goto a facilitator, if I did not have it in basic I would...
  12. Replies
    5
    Views
    46,391

    Is there an ISO for the "Basic" standard?

    Is there an ISO for the "Basic" standard?

    I ask this why I downloaded some different Basic and a very simple code that works in one of them does not work in others
    Example is the concatenate...
  13. Unfortunately I could not find a practical...

    Unfortunately I could not find a practical example of "Iterate"
    But I can not help crying about my own lack of capacity

    When I tried C ++ I even managed to locate myself, but I did not adapt to...
  14. 11/5000 Hi Thank you In this case it is not...

    11/5000
    Hi
    Thank you

    In this case it is not just a question of getting out of the fuction
    Would be like avoiding additional tests in an "AND"


    Function And(test1, test2, test3, ...)
  15. Hi In this case I already have several checks...

    Hi
    In this case I already have several checks inside an extended loop
    The only solution I see in my case is a lot of more checking inside a huge loop where what I'm looking for is execution speed
    ...
  16. skip several lines of unnecessary code in thinBASIC

    hi

    I'm a little lost as I skip several lines of unnecessary code in thinBASIC

    in vba:

    If T(a) Then _
    If Not tem_valor(vq(a), v(a), Array_O, l + ll(a)) Then GoTo pula...
  17. Replies
    9
    Views
    46,685

    I'm sorry Are two different variants although I...

    I'm sorry
    Are two different variants although I mistakenly put as a single question
    In the case of variable variables of php a new variable is created from the strig value of that first variable...
  18. Replies
    9
    Views
    46,685

    In PHP there is a type of dynamic variable Is it...

    In PHP there is a type of dynamic variable
    Is it a camouflaged dictionary?



    //campos do formulario
    //form fields
    $campos_formulario = array("nome", "email", "ddd", "telefone");

    //gera as...
  19. Replies
    13
    Views
    8,606

    Hi Would be only so that instead of using the...

    Hi
    Would be only so that instead of using the default
    (Condition And condition) Or (condition And condition)

    Use an easier pattern

    Or (And (condition, condition), And (condition, condition))...
  20. Replies
    13
    Views
    8,606

    parser for the formulas style of excel

    Hello again
    I'm sorry for being so annoying.

    I would like to know if anyone here knows, as it would a parser for the formulas style of excel
    I tried to mount a filter for arays in vba, but my...
  21. Replies
    9
    Views
    46,685

    Happy New Year to all. Hi Petr I imagined...

    Happy New Year to all.

    Hi Petr
    I imagined that it would not,
    I already tried to mount a function to use the variable pointer
    But I think because of the scope does not work, would have to know...
  22. Replies
    0
    Views
    5,631

    Manual of use / thinbasic help online

    Hello
    I wanted to give an opinion
    It's about the page
    Http://www.thinbasic.com/public/products/thinBasic/help/html/index.html

    Is something that has to be in front, not as a sub-group
    This is...
  23. Replies
    9
    Views
    46,685

    Hello After much reading, I found the help part...

    Hello
    After much reading, I found the help part of the functions
    As far as thinbasic is concerned, I think I can
    But I did not find goto or gosub, I know there is a public hatred for these jump...
  24. Replies
    9
    Views
    46,685

    Google translation** Hello thanks for...

    Google translation**

    Hello
    thanks for listening

    Although I was not a gambler, I was involved in the study of lotteries "only in the study, I do not have money to bet"
    Bitwise operators are...
  25. Replies
    9
    Views
    46,685

    binary 128bit and DLL

    Hello, excuse me for using a translator, my English is zero.

    I like to play with the vba of excel, and already I have the thinbasic to some time but I never used it

    I would like to know if you...
Results 1 to 25 of 25