0 Members and 1 Guest are viewing this topic.
"text"->Str0..."different text"->Str0
"text"->R..."different text"->R
Fix 5RecallPic //back-buffer to bufferText Commands hereStorePic //buffer to back-bufferStoreGDB //screen to buffer
I'm also getting DUPLICATE erros, ALL PROGRAMMING LANGUAGES ALLOW CHANGING VARIABLES but Axe :'(Maybe DelVar?I don't know, I get the same error :'(
Quote from: ScoutDavid on November 11, 2010, 11:22:15 amI'm also getting DUPLICATE erros, ALL PROGRAMMING LANGUAGES ALLOW CHANGING VARIABLES but Axe :'(Maybe DelVar?I don't know, I get the same error :'(They're not really variables. They're just data inside the program that's "named" Str1. And so the problem with replacing it would be that anything longer would overwrite what came after the original data (that's why Builderboy's code has the Zeroes( thing).
"text"->Str0..."different text"->Str1...If somethingStr0->AElseStr1->AEnd...Text(X,Y,A)