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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 14676 - 14705 of 17149   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14676
I think the error message is incorrect? Change, defint myint=10 to defint myvar=10 ERROR NUMERIC function CRLF not found print crlf + " ABC " + str$(myint)...
enpsuedo
Offline Send Email
Feb 2, 2008
7:27 am
14677
... That there is an error is correct; the "message" may be cryptic in this case. What happened is you have an error in the concatenations so PRINT tries...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2008
1:50 pm
14678
HotOptimize 1.0 has two updates: 1. SUB/FUNCTION procedures with names ending in _Set, _Get and _Init are not deleted. Usually, such procedures are not called...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2008
6:03 pm
14679
Hi Jim, Excellent on Hotoptim. It opens up a swath of expansion possibilities. I just figured out you mean the same hotbasic directory AS the program BAS file....
Sexmotron
enpsuedo
Offline Send Email
Feb 3, 2008
10:33 am
14680
... Wow. You send a jolt of excitement through my body [Is that graphic enough for a PG13 Forum?] ... OK, that is my fault -- I tested HotOptimize 1.0 with...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2008
2:43 pm
14681
Thanks to testing by enpseudo, HotOptimize 1.0 has been updated (files stamped today 2/3/08) so that optional hotopt_.exe (_ is 0 to 9) files are run if found...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2008
3:20 pm
14682
With the recent gold commodity rally, is it too late to "get in on the ground floor"? With the current HotBasic bonanza, is it too late to get in on the ground...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2008
3:57 pm
14683
... You certainly have a wealth of creative ideas! Re my post today "Getting in on the ground floor", hotoptim.exe could add search for specific file names in...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2008
4:42 pm
14684
Using comhelper, It makes inc files. Which has defines. I have come across this. ERROR NUMERIC function 0T not found if 0t 1>2 Then print "test" ^-error Notice...
enpsuedo
Offline Send Email
Feb 3, 2008
6:32 pm
14685
... My reaction is that the above $defines are troublesome and should be deleted. HB already has native ONE and ZERO, not to mention native TRUE and FALSE. If...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2008
6:52 pm
14686
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Send Email
Feb 3, 2008
7:33 pm
14687
Hey, everyone. It seems as though January was "Hotbasic Code Editor Month", with the release of new and/or updated code editors. Of course, I missed the month,...
Airr
airrsongs
Offline Send Email
Feb 3, 2008
7:46 pm
14688
For the Story by Pictures page, here's a draft of a new comic strip. Any artists out there that might make the pictures that illustrate the story? [Like the...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2008
4:11 am
14689
Yes, count me in I also want to make my code public for the Hotbasic Code Archive I have now an avanced version with lot of programmers utils built-in Maybe we...
chordnl
Offline Send Email
Feb 4, 2008
1:58 pm
14690
I guess the point of interest is how $define seems to work. If one uses Const mynum=1, it is using up memory etc and the asumption is that by using $define one...
Sexmotron
enpsuedo
Offline Send Email
Feb 4, 2008
5:14 pm
14691
... make ... I posted the source for my Cayenne editor in Projects. If any of it looks useful feel free to add it to your project. ron...
rkstuart57
Offline Send Email
Feb 4, 2008
5:20 pm
14692
... Yes, like a replace text in any editor, which is, of course, not blind -- only the specified text is replaced. ... Yes, you observed this, I think. ... OK,...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2008
5:48 pm
14693
... Thanks, Ron, for both the offer and for the source. I especially liked the way you implemented Find/Replace, and the design of the form. Due to time...
Airr
airrsongs
Offline Send Email
Feb 5, 2008
3:59 am
14694
Is USE WITH compatible with extended objects? Or do I need more sleep. ... Cheers, .enpseudo '-------------------------------- showconsole Declare Sub mysub ...
enpsuedo
Offline Send Email
Feb 7, 2008
7:55 pm
14695
I posted my source for the same reason, hoping it would be useful to someone until I get a chance to work on it further. I've got code snippets scattered all...
rkstuart57
Offline Send Email
Feb 7, 2008
10:05 pm
14696
Jim, Can Timer1.Interval time in milliseconds be changed on the fly while it is already enabled (Timer1.Enabled=1)?? or must it be disabled first, then timer...
low_beer_light
Offline Send Email
Feb 8, 2008
7:49 pm
14697
... Yes, but I think it's new values will not be used until... ... ...you do the above. The TIMER object maintains a copy of .Interval so it is readable at...
doctor electron
globalservices1
Offline Send Email
Feb 9, 2008
12:21 pm
14698
... You DIM mynum as newdate, where newdate is a Custom Object which EXTENDS DATE. Then you try: Use thisType As newdate With @mynum print...
doctor electron
globalservices1
Offline Send Email
Feb 9, 2008
12:51 pm
14699
Having written several tutorials/commentaries comparing HB's Custom Objects to objects known as "classes" in other programming languages, today let's consider...
doctor electron
globalservices1
Offline Send Email
Feb 9, 2008
1:16 pm
14700
Hello Jim I thought that you would like to know that I have now optimized HBide with hotoptim v1.0 which saved 3.5kb. Just one point I want to draw your...
Philip Bister
philip.bister@...
Send Email
Feb 9, 2008
2:21 pm
14701
Jim I have been trying to eliminate most of the instances of string concatenation in my code, on the grounds that it's slow and I am sure, produces an...
Philip Bister
philip.bister@...
Send Email
Feb 10, 2008
3:19 pm
14702
... Sounds good, Philip. Right now I'm working on some upgrades including the hotoptim issue you posted. Maybe .Write (which is "append") should up the ante...
doctor electron
globalservices1
Offline Send Email
Feb 10, 2008
3:38 pm
14703
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Send Email
Feb 10, 2008
4:20 pm
14704
Jim, are you implying that Custom Objects are optimized and therefore NOT USED Methods and Properties of Custom Objects are deleted (not compiled)? This would...
efgee2003
Offline Send Email
Feb 11, 2008
3:54 pm
14705
... The sizeof() a Custom Object (CO) instance is as defined in its OBJECT definition block. However, unused SUB/FUNCTIONs may be removed with the -o switch...
doctor electron
globalservices1
Offline Send Email
Feb 11, 2008
4:38 pm
Messages 14676 - 14705 of 17149   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