Problem with strings in MikroPascal v7

General discussion on mikroPascal PRO for AVR.
Post Reply
Author
Message
serg1980
Posts: 44
Joined: 19 Mar 2014 05:58

Problem with strings in MikroPascal v7

#1 Post by serg1980 » 10 Mar 2018 12:26

Hi!
Why if to write to MikroPascal v6

Code: Select all

var str1:string[5];
      str2:string[10];
...
 str1:='24.5';
 str2:=str1 + char(176) + 'C';
...
as a result (picture V6)
V6.jpg
V6.jpg (37.63 KiB) Viewed 2199 times
If the same is written in MikroPascal V7
as a result (picture V7)
V7.jpg
V7.jpg (38.82 KiB) Viewed 2199 times
Why is this happening

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Problem with strings in MikroPascal v7

#2 Post by filip » 12 Mar 2018 16:06

Hi,

I apologize for the inconvenience, there seems to be an issue with this.

I will report this to our developers.

Regards,
Filip.

serg1980
Posts: 44
Joined: 19 Mar 2014 05:58

Re: Problem with strings in MikroPascal v7

#3 Post by serg1980 » 12 Mar 2018 20:18

filip wrote:Hi,

I apologize for the inconvenience, there seems to be an issue with this.

I will report this to our developers.

Regards,
Filip.
It's okay, we'll wait for updates :)

serg1980
Posts: 44
Joined: 19 Mar 2014 05:58

Re: Problem with strings in MikroPascal v7

#4 Post by serg1980 » 23 Jan 2021 18:39

Hello. Please tell me, will this problem be solved?

Post Reply

Return to “mikroPascal PRO for AVR General”