Page 1 of 1
StartGlobal EndGlobal
Posted: Thu Apr 22, 2004 1:16 pm
by blueznl
using a block of var assignments without having to type global every time would be nice, or allowing a variable to be assigned and globalized at the same time
Code: Select all
StartGlobal
a.l = 2
b.l = 1
c.l = 5
EndGlobal
Global d.l = 5
currently, you have to do something like:
Code: Select all
Global a.l,b.l,c.l,d.l
a.l = 2
b.l = 1
c.l = 5
d.l = 5
just a little wannahave

[/code]
Posted: Thu Apr 22, 2004 1:58 pm
by eddy
good idea
Posted: Thu Apr 22, 2004 2:35 pm
by MLK
i like it since i suggest it 3 month ago

Posted: Thu Apr 22, 2004 2:42 pm
by blueznl
dear mlk,
on behalf of myself

i have to admit i overlooked your post, or at that moment i was simply not experienced enough to appreciate the depth of your insightful suggestion
i hope that this unfortunate event will not hamper the future of our cooperation to strive towards achievement of our mutual interests
yours sincerely,
(sorry man, overlooked it, in that case consider it a 'slight reminder for the developers'

)
Posted: Thu Apr 22, 2004 3:20 pm
by Berikco
blueznl wrote:dear mlk,
on behalf of myself

i have to admit i overlooked your post, or at that moment i was simply not experienced enough to appreciate the depth of your insightful suggestion
i hope that this unfortunate event will not hamper the future of our cooperation to strive towards achievement of our mutual interests
yours sincerely,
(sorry man, overlooked it, in that case consider it a 'slight reminder for the developers'

)

Posted: Thu Apr 22, 2004 3:25 pm
by MLK
in behalf of my english skills, i have to tell you, that there is no need to escape with babbleprattle from your false shame, because i prayed day and night for that day where a strong man will stand up and complain the global thing in the name of the hoi polloi.
love, MLK
Posted: Thu Apr 22, 2004 3:30 pm
by blueznl
and i thought *i* was a wacko
(what's this thing berikco has with hammers?!?)
Posted: Thu Apr 22, 2004 3:38 pm
by Froggerprogger
I would prefer something like:
Code: Select all
Global a.l = 34, b.f = 3.14, blubb.s, bla.s, x.l = 13*(a+b), y.l = @blubb
rather than StartGlobal:EndGlobal.
(But better StartGlobal:EndGlobal than nothing)
pleeeeaaasssee.
It cannot be too hard to implement, but would be soooo nice.
btw: Berikco seems to be a carpenter ?
Posted: Thu Apr 22, 2004 9:58 pm
by Dare2
lol, lol, lol!
These posts! This thread has to be nominated for the humour award!
And yes, blocks of things (comments, globals, etc) would be nice.