Search the web
Sign In
New User? Sign Up
hotbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16332 - 16361 of 17146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16332
Feb 1 HotBasic 5.9 adds a NODE Object with .Data, .Next, .Prev, .Parent and .Children properties. Make "tree" or relational databases with NODE Arrays. And...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2009
2:14 pm
16333
What can be stored in all the properties, long:s? This gives the idea I had about the possibility to create more objects dynamically with a...
fnoware
Offline Send Email
Feb 2, 2009
6:28 am
16334
... First, good morning and thank you for your message! I hope some discussion will develop re the new NODE object, especially since I myself have a lot to...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2009
1:56 pm
16335
... Addendum: While the new native NODE Object may be quite convenient, users know they can do similar things with UDT Arrays. E.g., OBJECT NERD 'cousin of...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2009
6:05 pm
16336
Hey Jim ! Came across a thought. Ever since finding out that .Readline is orders of magnitude better than .item(loop) I have used it extensively. I was...
enpsuedo
Offline Send Email
Feb 3, 2009
1:44 am
16337
... If the "line condition" is some unique text and begins the line or is at a fixed offset in the line, one could use instr() to find the .Position of the...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2009
2:47 am
16338
Great, will there be also node.savetofile .loadfromfile grCor...
chordnl
Offline Send Email
Feb 3, 2009
7:23 am
16339
... hmmm. I'm not sure. The NODE object size is only 20 bytes (5 32-bit properties). If we mean FILE IO for NODE Arrays, there is already FILE .SaveArray...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2009
12:27 pm
16340
... Thanks for info, efgee! I'm editing this article now. ;) j...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2009
11:30 pm
16341
The new "new compiler" link in the first paragraph of www.hotbasic.org takes you to a new Hotipedia "new compiler" entry which attempts to define same and...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2009
11:37 pm
16342
Per efgee's suggestion (thanks!), I'm done ... for tonight, on updating the Wiki article: http://en.wikipedia.org/wiki/HotBasic What I don't know is: 1. How to...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2009
2:37 am
16343
Great that you updated the article, I think that I was responsible for the first article. Because I thought that the world should know what they are missing...
fnoware
Offline Send Email
Feb 4, 2009
8:36 am
16344
... Thanks! Great job. What you did remains essentially unchanged -- good stuff! ... Well, like many, I'm in the "read the manual only as a last resort" camp...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2009
12:36 pm
16345
... OK, the "notability" tag is no longer displaying. I saw the discussion including yourself and somebody who doesn't have a clue of what he/she is talking...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2009
11:12 pm
16346
... False alarm! I now see you just click the "edit this page" tab, so I have posted some replies in the "discussion" page. ;) j...
doctor electron
globalservices1
Offline Send Email
Feb 5, 2009
12:40 am
16347
I'm Looking for sample HB code to create a simple 2-dimensional (x-y) single-line graph with a dozen data points. Anyone here ever do this? Thanks, Marcb (aka...
marcb_nh
Online Now Send Email
Feb 5, 2009
7:10 pm
16348
... y) ... this? ... I haven't seen anything like this but you could probably draw them on a canvas. I do know that there exists something called QChart för...
fnoware
Offline Send Email
Feb 7, 2009
7:20 am
16349
... Hello Marcb Here is my sample code for a line graph, using the canvas to draw the chart on. I have only taken the data up to April, and you will need to...
Philip Bister
philip.bister@...
Send Email
Feb 7, 2009
2:41 pm
16350
Jim In HotThing.zip | Threads.bas no longer compiles, as it uses hbThread which is no longer an internal variable (I think). Philip...
Philip Bister
philip.bister@...
Send Email
Feb 7, 2009
2:41 pm
16351
... Hello Marcb Further to my previous reply, I have now made the code more compact by using a loop for plotting the graph, and increased the range of the...
Philip Bister
philip.bister@...
Send Email
Feb 7, 2009
4:15 pm
16352
Jim, just looked at the page and saw that what you wrote is marked for deletion. ... It is proposed that this article be deleted because of the following ...
efgee2003
Offline Send Email
Feb 7, 2009
5:56 pm
16353
Maybe I'm not looking at this correctly, but I have been working on something where I would like to do some bit shifts for the purposes of testing specific...
rkstuart57
Offline Send Email
Feb 7, 2009
9:09 pm
16354
... Efgee reported that the above "review" is in the banner above the HotBasic Wiki article. Now the following is perhaps the most important post by me in the...
doctor electron
globalservices1
Offline Send Email
Feb 8, 2009
12:36 am
16355
Had some time and looked at the text... ... Cite the review/test sources... ... Wikipedia is an encyclopedia so they only allow facts. And fact is that this is...
efgee2003
Offline Send Email
Feb 8, 2009
12:57 am
16356
... Once again, many thanks to efgee, who some weeks ago, pointed out that the Wiki article needed some attention. OK, you have listed a number of examples...
doctor electron
globalservices1
Offline Send Email
Feb 8, 2009
2:11 pm
16357
Further to my previous posts re the subject of creating a graph, I have now posted another version of my source because this version has more compact code, the...
Philip Bister
philip.bister@...
Send Email
Feb 8, 2009
2:16 pm
16358
... May I add that once references to HB-specific info have been added, a number of Wiki-internal links can be added to flesh out the article. E.g., the first...
doctor electron
globalservices1
Offline Send Email
Feb 8, 2009
2:20 pm
16359
... As a general notes, your values would be written in source as &Hb0001 or &Hb001000 (please note that &Hb00010000 has to many hex digits -- limit is 8!)....
doctor electron
globalservices1
Offline Send Email
Feb 8, 2009
2:59 pm
16360
... Correction: On second thought, your results do NOT necessarily show any "rounding" or anomalous effects as I suggested above. Please try defint j=23 print...
doctor electron
globalservices1
Offline Send Email
Feb 8, 2009
3:12 pm
16361
... Well, that certainly explains it. Gotta say I don't know that I've ever run into a bit shift that rounded, but I think ISHR & ISHL will work. Sorry about...
rkstuart57
Offline Send Email
Feb 8, 2009
6:03 pm
Messages 16332 - 16361 of 17146   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help