123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|452|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Can't run this code

Sun, 27 Dec 2009, 22:22
realtime
I try to test this one line code but it doesn't work.
Blitz always shows open dialog box instead of running the code.

do you have the same problem




-=-=-
me blog: fork-garden
Sun, 27 Dec 2009, 22:25
Stealth
I don't think you can use "96" as a variable. It has to start with a letter.

-=-=-
Quit posting and try Google.
Mon, 28 Dec 2009, 01:50
Jayenkai
'tis the chr that does it.. That $96 isn't the issue.

-=-=-
''Load, Next List!''
Mon, 28 Dec 2009, 08:49
steve_ancell
@ realtime...

You cannot put basic keywords or variables into a data set, you can only put values into a Data command AFAIK
Mon, 28 Dec 2009, 08:57
CodersRule
steve_ancell @ realtime...

You cannot put basic keywords or variables into a data set, you can only put values into a Data command AFAIK


No, I think it would work- the functions are returning a value at the end, so it should work.
Mon, 28 Dec 2009, 09:26
steve_ancell
I just tried the code below and it also does the dialog box thing !


Mon, 28 Dec 2009, 09:48
Phoenix
Data expressions must be constant. Data Chr(65) isn't constant, and neither is Data a. It shouldn't compile, but that doesn't explain why a dialog box pops up. Report to Mark, perhaps?
Mon, 28 Dec 2009, 11:09
Afr0
Dangling pointer!
Mon, 28 Dec 2009, 17:58
steve_ancell
Does it do the same thing in earlier releases of B3D ?. I've never tried putting non-constant values into a Data command before my last post in this thread.
Mon, 28 Dec 2009, 18:51
Jayenkai
... OMG! I don't have Blitz2D Freebie edition installed!!!!!

-=-=-
''Load, Next List!''
Mon, 28 Dec 2009, 22:02
realtime
My problems has been solved. I don't use Data. I write the data that I need in the file and I read it by using readbyte() command.


-=-=-
me blog: fork-garden
Tue, 29 Dec 2009, 05:11
steve_ancell
Jayenkai OMG! I don't have Blitz2D Freebie edition installed


I never knew anyone still used that freebie edition. I still have it installed, but I just keep Blitz-2D as a souvenir since I got Blitz-3D.