Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Just What I Was Looking For

    Thank you very much.
    That is what I was looking for.
    This will help me a lot.

    - Mike Peralta
  2. Using thinbasic to create & edit spreadsheet

    I need a simple spreadsheet editor. I can use BIFF to create an initial spreadsheet but then I need a simple spreadsheet editor.
    What would you guys recommend. I need a free spreadsheet editor that...
  3. Replies
    12
    Views
    8,182

    thinBasic Support better than paid software support

    Hello Eros,

    You mentioned about the level of support for thinBasic.
    By far, the level of support I have received for the free thinBasic
    is far better than any support I have received even for...
  4. Replies
    4
    Views
    5,518

    argument being split

    I was trying to pass the arguments 1e-9 and 10e-9
    but the program splits 1e-9 into 1e and -9. :unguee:
    Can I control the separator characters?

    My command line is:

    thinbasic vt.bas...
  5. Replies
    4
    Views
    5,518

    Thanks That Did The Trick

    Thanks Petr.

    That works.


    :dance1: :drink: :dance1:
  6. Replies
    4
    Views
    5,518

    Passing Arguments To Tbasic Program

    How do I pass arguments to a thinbasic program?
    Specifically how do I access the argument values that
    I pass to a thinbasic program?

    For example I want to pass the two arguments 3.14 and 1.717...
  7. Replies
    7
    Views
    6,164

    This is so cool.

    Now I can run thinBasic on Linux!

    This is one of the things I have been looking for.

    Thanks guys.

    :D
  8. Replies
    4
    Views
    6,349

    Yep, That Fixed It

    Thank Again Eros,

    Declaring it as double fixed the problems.

    Not declaring as double was an oversight on my part.
    Normally I do declare the variable type.

    Does thinBasic have...
  9. Replies
    4
    Views
    6,349

    Problems with Arrays In For/Next Loop

    Hello, I am having problems with arrays in a For/Next loop.

    Seems like I cannot have the following statement:
    C(I,J)=C(I,J) + something

    For example MAT1.BAS below works OK but
    MAT2.BAS...
  10. Replies
    4
    Views
    5,465

    Thanks for the clarification.

    Hello Petr and Michael,

    Thanks for the info.

    It's not a problem. I am just trying to make our thinbasic script coding as
    close to RMB basic (HP/Agilent's old basic language) as close as I...
  11. Replies
    4
    Views
    5,465

    Can An Alias Contain Spaces

    Can an alias contain spaces?

    For example, I want

    DEF FN to be an alias for FUNCTION.

    Will this work or will the thinbasic parser
    have problems with this?

    - Mike
  12. Replies
    15
    Views
    20,784

    Can EVAL be extended to include all thinbasic functions?

    Hello,

    Is there any way that EVAL can be extended to work with any of the thinbasic functions?

    Or can I create functions that EVAL will work with (in addition to the ones already there)?
    ...
  13. Replies
    6
    Views
    6,713

    Thanks Again Eros

    Thanks again.:)

    I finally got finished with the libraries to control measurement equipment with HPIB and with Thinbasic as the front end.

    I used file based messaging (FBM) to communicate b/w...
  14. Replies
    6
    Views
    6,713

    Thank You. Thank You. Thank You.

    Eros,

    Thank You So Much !
    That will save me tons of work !
  15. Replies
    6
    Views
    6,713

    Help As PDF File

    Hello,

    I am currently copy and pasting some of the help content from the thinBasic help system to a Word File. But this is getting time consuming. And I am only at the #include help pages. :(
    ...
  16. Replies
    3
    Views
    4,868

    Thanks Petr and Eros

    Thanks Petr and Eros. :rolleyes:

    Thanks for the info about it being more of a warning.

    I had already looked at the help info.

    I just didn't know if calling USES for the same module...
  17. Replies
    3
    Views
    4,868

    Does Multiple USES Cause Problems

    Will repeated USES for the same module cause problems? :confused:

    I am using the #include to include file(s) which contains USES for various modules.
    If my main script (which has the #include...
  18. Replies
    11
    Views
    9,904

    I don't use thinAir

    Sorry, I don't use thinAir.
    I use MS-Wordpad for my text editor.
  19. Replies
    11
    Views
    9,904

    Are There Local Help Files

    Hello,

    How do I get to the local help files.
    Usually I've used the online help.
    But sometimes (usually due to no WiFi :(
    or being stranded on a deserted island ;))
    I sometimes don't have...
  20. Replies
    4
    Views
    7,103

    Is Long Signed or Unsigned?

    Is the LONG data type signed or unsigned? :confused:
  21. Replies
    9
    Views
    12,069

    Works Great. Thanks Eros.

    My tests so far show good results.
    Later, I will compare more recent dates against my Perl and C library results.

    Thanks.

    btw
    There are only 4 digits in the year.
    What about when we hit...
  22. Replies
    9
    Views
    12,069

    Where can I get info on the DT_DateToSec & DT_SecToDate formulas

    Any info on this? :confused:
  23. Replies
    17
    Views
    14,008

    Thanks Eros.

    Thanks again Eros.
  24. Replies
    17
    Views
    14,008

    Can Someone Confirm This Bug

    Can someone confirm this bug?

    Since I am using MS-Wordpad as my text editor
    perhaps the carriage return or line feed characters
    are causing problems.

    Thanks.
  25. Replies
    17
    Views
    14,008

    Problem with Multiple Statement on same line with : and Return

    I am having a problem with a return statement on the same line as previous program statement. For example the following script does not work:



    ' tryreturn.bas April 25, 2011
    uses...
Results 1 to 25 of 54
Page 1 of 3 1 2 3