Oxygen Basic

Programming => Problems & Solutions => Topic started by: jcfuller on March 01, 2018, 08:28:34 AM

Title: stringutil.inc issue
Post by: jcfuller on March 01, 2018, 08:28:34 AM
Charles,
  Would you please do a fixup of StringUtil.inc so I can use it with #autodim off
  Thank You.
James
Title: Re: stringutil.inc issue
Post by: Charles Pegge on March 01, 2018, 09:30:54 AM
Hi James,

It was the swap macro in generics.inc.
c=a
now reads:
typeof(a) c=a

[attachment deleted by admin]