Hollywood 8 - line handling

Report any Hollywood bugs here
Post Reply
GMKai
Posts: 140
Joined: Mon Feb 15, 2010 10:58 am

Hollywood 8 - line handling

Post by GMKai »

Hello,

after upgrading to Hollywood 8 I run into the following problem:

Code: Select all

Work:HSM/HSM_Game/team.hws:435: Unerwartetes Zeichen!
given line is:

Code: Select all

      While (res <> 101)
Highlighting whitespaces does not give a hint to some obscure sign.
And the script worked with HW7.

Any hints on what got changed or is handled more strict?
GMKai
Posts: 140
Joined: Mon Feb 15, 2010 10:58 am

Re: Hollywood 8 - line handling

Post by GMKai »

okay,
with this site i can see some additional chars:
https://www.soscisurvey.de/tools/view-chars.php

is there a nice way to replace none-whitespacecharactes with simple " "?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollywood 8 - line handling

Post by airsoftsoftwair »

GMKai wrote: Sun Feb 17, 2019 9:42 am is there a nice way to replace none-whitespacecharactes with simple " "?
You mean with Hollywood? Sure it is. ReplaceStr() can be used on any character.
Post Reply