Search found 1 match

by The0Eldest
Wed Mar 23, 2005 2:39 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Yet Another Forage Macro - yafm
Replies: 63
Views: 50520

The correct fix for mdar's code is... /varset ItemsHave ${FindItemCount[=${Cursor.Name}]} Instead of... /varset ItemsHave ${FindItem=${Cursor.Name}} This error was because of a missprint in the Manual, the example doesn't show "Count" in the command. Works great with that slight change.