Main Menu

News:

SyntaxBoom, now with pwetty syntax highlighted code boxes! \o/ 

https://www.syntaxboom.com/forum/index.php?topic=96

Shoutbox

Dabzy

Today at 12:29:03
:D

GfK

Today at 12:25:54
How long til you can have the op to remove the mop handle from your arse? 😁

Dabzy

Today at 11:30:13
Anyway, she found the prosecco and choccies in the bucket, and was over the moon with the setup, and I got a big hug for my effort! Hehehe

Dabzy

Today at 11:28:43
Well, she loved it, when I her the mop and bucket she was like "Dabz, what the hell?", and I said "I'm thinking ahead Glenda, see, your getting on a bit, and if you inadvertanly do a wee on the kitchen floor... Voila, your sorted" :D

GfK

2025-10-18, 17:45:33
My mop and bucket was £30. 🤨 It's a Vileda one and you stick it in the bucket and press a pedal with your foot and it spins round and dries the mop out AND IT'S BRILLIANT! 👌

Dabzy

2025-10-18, 16:19:35
Oh, I can give you a tip right now, no need to wait... Ahem... Pay someone a fiver to do it, even the bucket was a chew! :D ;)

Jackdaw

2025-10-18, 16:04:05
Well if the occasion should ever arise, where I need to gift wrap a mop and bucket. I know where to get tips from ;)

Dabzy

2025-10-18, 14:24:38
Has anyone ever tried to wrap up a mop? Never again! :D

Dabzy

2025-10-18, 12:17:43
Lol, not the ones from Poundland! :D Anyway, I've got a nice box of chocolates and a Prosecco to go in the bucket! ;)

Jackdaw

2025-10-18, 11:18:06
@Dabzy I think they will appreciate it. Have you seen how much it can cost for a good mop and bucket set in this day and age.  I can buy a bottle of Blonde chocolate cream liqueur for less at ASDA.

Members
Stats
  • Total Posts: 1,828
  • Total Topics: 226
  • Online today: 20
  • Online ever: 232 (Oct 08, 2025, 09:18 AM)
Users Online
Welcome to SyntaxBoom. Please login or sign up.

Recent

BlitzmaxBG

Started by Baggey, Jul 06, 2025, 08:37 AM

Previous topic - Next topic

Baggey

So, My version of BlitzmaxBG now has:-

Select range case. Here is the working code.

num = 2

Select num

  Case 1..3
    Print "Low"

  Case 4..6
    Print "Mid"

  Default
    Print "Out"

End Select

Building case range test
Compiling:case range test.bmx
Lexer: recognized .. as T_DOTDOT at position 9
Lexer: recognized .. as T_DOTDOT at position 9
flat assembler  version 1.69.14  (1572863 kilobytes memory)
3 passes, 2870 bytes.
Linking:case range test.debug.exe
Executing:case range test.debug.exe
Low

Process complete

Its only taken about 5-6 years  :-\

But got there in the end now im going to get rid of the back to front for eachin stuff.

Me thinks, im going to start modding the ide so it looks better a good dark theme.  :P

Kind Regards Baggey
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

Baggey

#1
Now some more testing.

num=2

Select num

  Case 1..3, 2..4
    Print "Ambiguous?"

  Case 5..6
    Print "Upper"

  Default
    Print "Out"

End Select

Building case range test
Compiling:case range test.bmx
Lexer: recognized .. as T_DOTDOT at position 9
Lexer: recognized .. as T_DOTDOT at position 15
Lexer: recognized .. as T_DOTDOT at position 9
flat assembler  version 1.69.14  (1572863 kilobytes memory)
3 passes, 2898 bytes.
Linking:case range test.debug.exe
Executing:case range test.debug.exe
Ambiguous?

Process complete

NON Sequential jump

num=2

Select num

  Case 1..2, 5..6
    Print "Grouped range"

  Case 3..4
    Print "Mid skip"

  Default
    Print "Out"

End Select

Building case range test
Compiling:case range test.bmx
Lexer: recognized .. as T_DOTDOT at position 9
Lexer: recognized .. as T_DOTDOT at position 15
Lexer: recognized .. as T_DOTDOT at position 9
flat assembler  version 1.69.14  (1572863 kilobytes memory)
3 passes, 2912 bytes.
Linking:case range test.debug.exe
Executing:case range test.debug.exe
Grouped range

Process complete

Yeap, Definitely working a treat!  8)
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

Baggey

So i want to be able to type in C Directly now?
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

Baggey

#3
Quote from: Baggey on Jul 06, 2025, 10:52 AMSo i want to be able to type in C Directly now?

With out all the needless squiggly brackets, semicolons, and ==, ||

I really feel like it got added and added to and the DEV's are just kicking the can down the road  :P 

I do like the way FOR is setup in C.

So more of a hybrid between C and Max. Hmm Cmax.

So, BlitzmaxBG, was baggey for short but maybe that'l turn into BlitzmaxBC

Also, working on a nice Darktheme and icon changes.

im also adding microsecs() so it works as a normal keyword straight out of the box as well ;)

Baggey
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

Baggey

#4
Goto is coming back  :D

Dark IDE is coming along nicely!

Strange how things turn around in 5 or 6 years. I wanted things a bit different! Well, i Suppose you just have to learn how to do it, and do it yourself ::)

Speed will be no slower but, it's Definatley going to be a little quicker. 8)

Baggey
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

Dabzy

Quote from: Baggey on Jul 09, 2025, 04:49 PMStrange how things turn around in 5 or 6 years. I wanted things a bit different! Well, i Suppose you just have to learn how to do it, and do it yourself

And when your really really really stuck, like, really really lemon squeezy stuck, give up and post a question, you usually figure it out within a minute! :D

Dabz
Intel i7-13620H, nVidia GerForce RTX 4060 Laptop GPU (8GB GDDR6), 16GB LPDDR5X, 1TB SSD, Windows 11 x64 piss flap of an OS!

Baggey

Still working on my IDE. Think ive finally found a Bootstrap ???

Baggey
Running a Pc that just aint. Faster nough. I7-4Ghz, 32Gb Ram, 4Gb Nvidia, 2 x 1Tb SSD's, 2 x 24" LCD's

RETRO everything!

Jesus was only famous because of his Dad

wadmixfm

Goto is coming back oooooooo heaven

Lee

yep its definitely me

wadmixfm

Or maybe use the keyword jump or jmp

 :P
yep its definitely me