vastlogin.blogg.se

Xojo instr
Xojo instr












xojo instr

Some others may cause more work since the replacement isnt as capable S = someOtherStringVar.Titlecase // this form still wont allow "foo".Titlecase

xojo instr xojo instr

S = someOtherStringVar.Titlecase // this form wont allow "foo".Titlecase S = REALbasic.Titlecase(someOtherStringVar) // or TitleCase("foo") IF you need to prefix things with the right namespace you’ll have to sort out which one it got moved to but its USUALLY one named the same as the data type. If you happened to use the style REALbasic.function name then some of those will need fixing as they have moved from the REALbasic framework into different ones.














Xojo instr