STRING SEARCH & REPL

 BBS: Inland Empire Archive
Date: 02-04-93 (17:59)             Number: 363
From: DOUGLAS LUSHER               Refer#: NONE
  To: DICK DENNISON                 Recvd: NO  
Subj: STRING SEARCH & REPL           Conf: (2) Quik_Bas
DD>DC> Do you have a way of fixing the string location... so it doesn't move
DD>DC> around in memory?

I believe that if you DIM the string like this:

DIM AsmCode AS STRING * 80

then it will stay put in memory. Since you intend to fill the
string with asm op codes, you won't need to change the length of
it anyway.
Hope it works for you.
Doug.

---
 þ SLMR 2.1a þ My reality check just bounced.

--- TMail v1.30.4
 * Origin: TC-AMS MLTBBS 2.2 - Minnetonka, MN (612)-938-4799 (1:282/7)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET