Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by clonman. 11/13/25 14:04
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Grant, AndrewAMD, ozgur, Quad, TipmyPip), 29,980 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sheliepaley, Blueguy, blobplayintennis, someone2, NotEBspark
19177 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: 52
Caucasus
VoroneTZ Offline
Junior Member
VoroneTZ  Offline
Junior Member

Joined: Jun 2008
Posts: 52
Caucasus
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