nikitouzz
LV3 Member (Next: 100)
 
Online
Last Login: Today at 13:12:10
Date Registered: 30 June, 2012, 13:59:02
Posts: 99
Topic starter
Total Post Ratings: +13
|
 |
« on: 19 September, 2012, 18:34:13 » |
0
|
voila, every time I put the data in a program I can not change ... theoretically we could with the command :X→{Y}+GBDZ but it does not work or it does bugger all changes or when its bad data ... how to remedy it? 
|
|
|
|
|
Logged
|
|
|
|
jacobly
LV4 Regular (Next: 200)
  
Offline
Last Login: Today at 05:21:49
Date Registered: 09 October, 2011, 01:53:09
Posts: 199
Total Post Ratings: +149
|
 |
« Reply #1 on: 19 September, 2012, 18:40:31 » |
0
|
:X→{Y}+GBDZWhat this code does is store the value of X into the byte pointed to by Y, and then adds GDBZ to Y and does nothing with it. I think what you want is X→{Y+GDBZ}. 
|
|
|
|
|
Logged
|
|
|
|
|
Sorunome
|
 |
« Reply #2 on: 20 September, 2012, 05:31:02 » |
0
|
I thought you can't change data in GDBs anyways?
|
|
|
|
|
Logged
|
|
|
|
|
Hayleia
|
 |
« Reply #3 on: 20 September, 2012, 07:09:25 » |
0
|
I thought you can't change data in GDBs anyways?
You can do it, except if you compiled as an application.
|
|
|
|
|
Logged
|
|
|
|
|
Sorunome
|
 |
« Reply #4 on: 21 September, 2012, 05:02:46 » |
0
|
I thought you can't change data in GDBs anyways?
You can do it, except if you compiled as an application. Oh, that's why I couldn't >.>
|
|
|
|
|
Logged
|
|
|
|
nikitouzz
LV3 Member (Next: 100)
 
Online
Last Login: Today at 13:12:10
Date Registered: 30 June, 2012, 13:59:02
Posts: 99
Topic starter
Total Post Ratings: +13
|
 |
« Reply #5 on: 08 October, 2012, 23:46:07 » |
0
|
Ok thank's  yes my code is not write ^^
|
|
|
|
|
Logged
|
|
|
|
|