Latest Uploads
Extraterre ... .0.1 (zip)

dantheman363

Monty Teas ... Screenie 1

steve_ancell

Santa Clau ... ed his bag

waroffice

manic_platdude.png

spinal

Tetris Clone

steve_ancell

Super blues bros.

spinal

Forum Home

array Problem

UserMessage
Posted : Saturday, 07 January 2012, 19:06 | Permalink | Mark Here
dna



Hey.

I'm trying to pass an array into a function and change certain characters within the string.

This code is giving me an error. Is it the square bracket?

-->

-----
DNA
Posted : Sunday, 08 January 2012, 12:00 | Permalink | Mark Here
bram32


WW Entries : 1
Hey dna,
I think it is the assignment to Mid$ that doesn't work:

Mid$(E$[J],S,1)="/"

Should be something like:
E$[J] = Left$(E$[j],S-1) + "/" + Mid$(E$[j],S+1)
Posted : Sunday, 08 January 2012, 20:54 | Permalink | Mark Here
dna


A type mismatch now

-->

The dim does not work.

Does Blitz pass string arrays?


-----
DNA
Posted : Monday, 09 January 2012, 16:04 | Permalink | Mark Here
Evil Roy Ferguson


WW Entries : 3
Blitz's array support is anemic. You can pass string arrays to methods, but the so called "blitzarrays" break if you specify the type anywhere but declaration. That is to say, the following will work:

-->

No idea what you're doing, though...
Posted : Monday, 09 January 2012, 19:15 | Permalink | Mark Here
dna


Thanks Evil One

Still, It compiles but does not pass the array.

Must be some funny syntax.

the program will replace any occurrence of Upper or Lower case B with a "/".

From there it will do something else.

I might be able to get the result using integers instead of passing the string to the function. Just compare the integer to the "/" equivalent.

-----
DNA
Posted : Monday, 09 January 2012, 22:13 | Permalink | Mark Here
Retro


I'm no Blitz expert, so apologies if this is utter crap.

It seems to me you could wrap the string array in a custom type.
This would be passed by reference, e.g.

-->
Posted : Tuesday, 10 January 2012, 19:27 | Permalink | Mark Here
dna


That probably is the best method (no pun) for doing what I'm attempting.

I did want to know the square bracket string array syntax though.

-----
DNA
Posted : Tuesday, 10 January 2012, 20:05 | Permalink | Mark Here
Retro


I guess if you use that method, you may as well not use an array at all.
i.e. just use the built-in type iterators. They're stored in a linked-list, so effectively you'd have a dynamic array.
Posted : Tuesday, 10 January 2012, 20:53 | Permalink | Mark Here
dna


You are right again but the algorithm was created to test the use of passing those square bracket arrays.

It's undocumented in some versions of BB

I'll learn types then.

-----
DNA
Posted : Tuesday, 10 January 2012, 21:05 | Permalink | Mark Here
Evil Roy Ferguson


WW Entries : 3
Passing in the array works; the line doing it was just commented out in your example above and I did not change it back.
Posted : Tuesday, 10 January 2012, 21:31 | Permalink | Mark Here
dna


I removed the comment and the string array did not pass. I got a Variable type mismatch error.

-----
DNA
Posted : Tuesday, 10 January 2012, 22:42 | Permalink | Mark Here
Evil Roy Ferguson


WW Entries : 3
That's because you're passing in a single element of the array with INS(R[0]) instead of the array, when what you need is just INS®. You also can't print the result of that, since it doesn't return anything.
Posted : Wednesday, 11 January 2012, 21:52 | Permalink | Mark Here
dna



Found my syntax error
-->

This is right.

-----
DNA
Posted : Thursday, 12 January 2012, 02:36 | Permalink | Mark Here
Retro


Can't you just use the Replace$ function?

-->
Posted : Thursday, 12 January 2012, 11:54 | Permalink | Mark Here
dna


Yes I could have.
I never knew the command existed before. That looks easier than using the mid$ function.
What I wrote is probably the same somewhere inside the REPLACE function.



-----
DNA
Posted : Thursday, 12 January 2012, 17:13 | Permalink | Mark Here
Retro


Unlikely. The library functions would be C/C++ not BlitzBasic.
Posted : Thursday, 12 January 2012, 19:02 | Permalink | Mark Here
dna


You're right again but I meant the logistics of how it works.
thanks for pointing that out to me.
I have never really read the B3D manual.



-----
DNA
Latest Posts
RoadRash!
Jayenkai Sun 04:06
Noel's Graduation
Jayenkai Sun 04:01
Audio Rant
steve_ancell Sat 19:16
Wrong Partition!!!!?
spinal Sat 11:24
Progress / Location Bars
Afr0 Sat 03:15
eBay Lies
spinal Fri 23:44
Shoutbox Topic - 968
dna Fri 19:42
Development via GUI
JL235 Fri 07:59
Meh
Afr0 Fri 04:13
Randomly distributed coordinates...
Afr0 Fri 00:20
More

Latest Items
News : Newsletter #176
Jayenkai Sat 04:49
News : Newsletter #175
Dabz Tue 09:38
Blog : Snow: More Material Junk
Cower Sat 23:17
Dev-Diary : Mutant Monty: Amstrad CPC to Windows conversion
rockford Fri 13:14
Techy : AppleTV
Jayenkai Thu 09:40
Blog : Graphviz
steve_ancell Sat 14:17
Pets : Top-Down Shadow Hack
Jayenkai Tue 05:52
Snippet : JNKrunch v1.0
Jayenkai Sat 07:20
News : Newsletter #173
waroffice Fri 04:47
Blog : Material Loading
Cower Fri 02:08
Pets : I Done Won A Thing
shroom_monk Sun 11:31
Pets : Repurposing A Lexer
Cower Mon 22:06
Bah : Feeling a Little Angry
spinal Mon 11:26
News : Newsletter #170
Dabz Sat 00:34
Showcase : sbfgen
Cower Sat 16:57
More

Who's Online
Cower
Sun, at 05:40
Jayenkai
Sun, at 05:31
Dabz
Sun, at 05:09
Hotshot
Sun, at 05:02
CodersRule
Sun, at 05:02
steve_ancell
Sun, at 04:50
Afr0
Sun, at 04:00
shroom_monk
Sun, at 03:14
therevillsgames
Sun, at 02:07
HoboBen
Sun, at 02:03
Link to this page
Site : Jayenkai 2006-Infinity |
MudChat's origins, BBCode's former life, Image Scaler.