Page 1 of 1

CopyTable deepcopy bugged?

Posted: Tue Jun 26, 2018 9:56 pm
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?

Re: CopyTable deepcopy bugged?

Posted: Tue Jun 26, 2018 10:50 pm
by airsoftsoftwair
Works here.

Re: CopyTable deepcopy bugged?

Posted: Tue Jun 26, 2018 11:04 pm
by SamuraiCrow
@Bugala
Is any variable undefined or does it need to be local or global?

Re: CopyTable deepcopy bugged?

Posted: Tue Jun 26, 2018 11:19 pm
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.

Re: CopyTable deepcopy bugged?

Posted: Wed Jun 27, 2018 11:40 am
by airsoftsoftwair
Which Hollywood version?

Re: CopyTable deepcopy bugged?

Posted: Wed Jun 27, 2018 3:02 pm
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.

Re: CopyTable deepcopy bugged?

Posted: Wed Jun 27, 2018 3:05 pm
by Bugala
Where do i get the 7.1?

Re: CopyTable deepcopy bugged?

Posted: Thu Jun 28, 2018 3:48 am
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.

Re: CopyTable deepcopy bugged?

Posted: Thu Jun 28, 2018 10:29 am
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.

Re: CopyTable deepcopy bugged?

Posted: Thu Jun 28, 2018 8:35 pm
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.