Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Source Code (13 lines)I am using the code above to change the value of a text (holding the current date/time). However, without line 12 it doesn't work. I have traced this down into the sources, and it is because the pointer of the string does not change. between two runs of the code above, it does not get updated. I think this is incorrect, there should be a contents comparison or no comparison at all. Unless, ofcourse, I am missing something here.