Search:

Type: Posts; User: Charles Pegge; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    6,693

    Re: module maker test :)

    Hi Frank,

    Try removing this line in your function:



    thinBasic_parseNumber(lightspeed)


    You then have a function that takes no parameters and simply returns LightSpeed.
  2. Replies
    5
    Views
    6,693

    Re: module maker test :)

    Sorry Frank, I do not understand what your code is trying to do. Why are you passing a parameter when calling the Lightspeed function?

    Charles
  3. Replies
    5
    Views
    6,693

    Re: module maker test :)

    Hi Frank,
    This should return LightSpeed correctly. Parameter e is parsed but is otherwise unused in the function.

    Charles



    '-----> frankos input--------------->
    ...
Results 1 to 3 of 3