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)...
... 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...
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...
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....
... 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...
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...
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...
... 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...
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...
... 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...
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....
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,...
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...
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...
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...
... 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,...
... 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...
Is USE WITH compatible with extended objects? Or do I need more sleep. ... Cheers, .enpseudo '-------------------------------- showconsole Declare Sub mysub ...
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...
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...
... 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...
Having written several tutorials/commentaries comparing HB's Custom Objects to objects known as "classes" in other programming languages, today let's consider...
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@...
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@...
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...
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....
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...
... 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...