Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (TipmyPip, AndrewAMD, dBc, clonman), 18,621 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Trouble defining strings #487311
03/08/23 22:20
03/08/23 22:20
Joined: Jul 2020
Posts: 9
England
D
Domino Offline OP
Newbie
Domino  Offline OP
Newbie
D

Joined: Jul 2020
Posts: 9
England
Cannot define a string that is available and changable to all functions.
'STRING test_str = "Welcome";' does not seem to work.

Re: Trouble defining strings [Re: Domino] #487342
03/21/23 13:27
03/21/23 13:27
Joined: Jun 2008
Posts: 50
Russia Stavropol
VoroneTZ Offline
Junior Member
VoroneTZ  Offline
Junior Member

Joined: Jun 2008
Posts: 50
Russia Stavropol
string is a pointer, and you cannot set it this way

try this
Code
STRING* s = "Welcome"; //create string
str_cpy(s,"Hello "); // change string

Re: Trouble defining strings [Re: Domino] #487343
03/21/23 18:54
03/21/23 18:54
Joined: Jul 2020
Posts: 9
England
D
Domino Offline OP
Newbie
Domino  Offline OP
Newbie
D

Joined: Jul 2020
Posts: 9
England
Thanks Georgia
While 'string' is subject to this restriction, if a 'text '
is defined, the 'string' part is as strings used to be.
Problem solves.


Moderated by  HeelX 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1