Posted by Triuken 216.112.236.20 using Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) on March 27, 2000 at 14:50:05:
In Reply to: Problems with #CreateItem and #PutItem! posted by Ion Eagle 2000 on March 27, 2000 at 14:27:59:
It should be: You put a boardname in place of the layer number(1-8). Hope i could help...
You put:
#PutItem(num1!,4,15,Forest1.brd)
#PutItem(num1!,4,15,1)
You dont hafta put a boardname, as it automatically selects the current board. All those num! errors are cuz you used a $ variable in place of a ! variable.. heheh.. =)
-T-r-i-u-k-e-n-
: I can't get past this problem and I can't
: figure out what this means!
: Error: PutItem data must be num,num,num,num!--
: #PutItem(num1!,4,15,Forest1.brd)
: Error: PutItem data must be num,num,num,num!--
: #PutItem(num2!,2,15,Forest1.brd)
: What do have to do!? num! and num,num! ?
: I need help on this delema.