Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Function to edit a string (*solved*)
#3
Yes, you need to use ByRef if you want the variable passed to the SUB / Function to be changed. Otherwise, you're passing a copy of the value. ByRef also works with strings and numeric variables.
Try and tell me, please. Rolleyes
Reply


Messages In This Thread
Function to edit a string (*solved*) - by patters - 2020-12-29, 06:13 PM
RE: Function to edit a string - by patters - 2020-12-29, 07:37 PM
RE: Function to edit a string - by boriel - 2020-12-30, 09:26 AM
RE: Function to edit a string - by patters - 2020-12-30, 01:14 PM
RE: Function to edit a string - by boriel - 2020-12-30, 07:01 PM
RE: Function to edit a string - by boriel - 2021-01-02, 03:14 PM
RE: Function to edit a string - by patters - 2021-01-02, 08:35 PM
RE: Function to edit a string - by patters - 2021-01-03, 01:44 AM
RE: Function to edit a string - by boriel - 2021-01-03, 06:03 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)