MQ2Data broke all current macros that use $parms or old /if

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

MQ2Data broke all current macros that use $parms or old /if

Post by Lax » Mon Mar 29, 2004 4:06 am

In case you've been living inside a virtual box, get your act together and keep up on the announcements board. Phase 2 is active.
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

rootmoth
orc pawn
orc pawn
Posts: 27
Joined: Fri Oct 04, 2002 9:27 pm

Post by rootmoth » Thu Apr 22, 2004 12:47 pm

I think the data system will rule the world once I fully understand it.

That said, I can't find any information about how arrays are being handled now.

I have some code I "reused" that is making use of 2 dimensional arrays and tries to reference them via this type of code.

Code: Select all

#@arrayname(@arrayvalue)
Which as of yesterday is simply failing to parse.

What am I missing here?