You are not logged in.
Hey,
if I use this:
0004: $INDEX = 0 06D1: v$GXT_NAME[0] = "BLUBGXT" 0ADF: add_dynamic_GXT_entry $GXT_NAME($INDEX,50v) text "This is my great new GXT entry, it is just awesome."
It works fine.
But if I use this:
0004: $INDEX = 0 06D1: v$GXT_NAME[0] = "BLUBGXT" 06D1: v$GXT_CONTENT[0] = "This is my great new GXT entry, it is just awesome." 0ADF: add_dynamic_GXT_entry $GXT_NAME($INDEX,50v) text $GXT_CONTENT($INDEX,50v)
The text appears clipped ingame.
Any idea? Maybe wrong usage of the data type?
Offline
v$ variables may only contain up to 16 symbols of text. SB cuts the rest.
Offline
Yeah, I already got that hint.
If somebody is intressted in a solution, check out the post of Silent in this thread:
http://gtag.gtagaming.com/forums/index. … wtopic=612
Offline