CopyTable deepcopy bugged?

Report any Hollywood bugs here
Post Reply
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

CopyTable deepcopy bugged?

Post by Bugala »

Code: Select all

T_Tab = {"A", "B"}

T_A = CopyTable(T_Tab, False)
results in: Table ??{} not found!

is this supposed to be so?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: CopyTable deepcopy bugged?

Post by airsoftsoftwair »

Works here.
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: CopyTable deepcopy bugged?

Post by SamuraiCrow »

@Bugala
Is any variable undefined or does it need to be local or global?
I'm on registered MorphOS using FlowStudio.
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: CopyTable deepcopy bugged?

Post by Bugala »

Makes no difference if i use local or global or neither. Which machine are you using? I am using this on windows, so this might be a windows problem.

There is nothing else in that code, just these two lines, and it fails.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: CopyTable deepcopy bugged?

Post by airsoftsoftwair »

Which Hollywood version?
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: CopyTable deepcopy bugged?

Post by Bugala »

Oh, this is actually Hollywood 7, I thought I had updated this to 7.1.
Perhaps that is part of the reason for my problems.
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: CopyTable deepcopy bugged?

Post by Bugala »

Where do i get the 7.1?
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: CopyTable deepcopy bugged?

Post by SamuraiCrow »

First, check the "about Hollywood" menu item. You might already have 7.1. If it isn't, you follow the same link and login to download 7.1 as you did to download 7.0. It's in an email you got from Andreas with the key file.
I'm on registered MorphOS using FlowStudio.
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: CopyTable deepcopy bugged?

Post by Bugala »

Thanks from tip. After checking for half an hour for the link, i now see why i dont have one. I bought 7 as a Cd. Have to send email to Andreas for him to make me a link.
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: CopyTable deepcopy bugged?

Post by Bugala »

Seems this was Hollywood 7 bug. It got fixed when i updated to 7.1. Now it is working fine. Maybe the stack overflow thing is same thing.
Post Reply