Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 19:19 25 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : CMM2 V6.00.00 betas

     Page 4 of 4    
Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10646
Posted: 12:00pm 24 Nov 2025
Copy link to clipboard 
Print this post

Gerry
I've just put a fix into the PicoMite that turns off OPTION ESCAPE while it reads in the regex and then restores it.

  Quote   int tmp = OptionEscape;
OptionEscape = 0;
strcpy(p, (char *)getCstring(argv[2 + n]));
OptionEscape = tmp;


both for instr and linstr
Edited 2025-11-24 22:01 by matherp
 
     Page 4 of 4    
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025