- تاریخ ثبتنام
- 2020-06-06
- ارسالیها
- 2,942
- راهحلها
- 1
- پسندها
- 153
- امتیازها
- 63
- مدالها
- 7
- نویسنده موضوع
- مدیرکل
- #1
I think I may be missing something obvious here, but I can't find the solution either in my head or the forums.
I'm trying to avoid Code Smell #7 -
Can I use a For Each loop to assign a value to multiple global variables, or elements of a custom type?
E.g. In the following, the For Each loop does not set the global variables to zero
B4X:
Logs..:
Similarly, can I set multiple elements of a custom type to the same value?
B4X:
I'm trying to avoid Code Smell #7 -
Can I use a For Each loop to assign a value to multiple global variables, or elements of a custom type?
E.g. In the following, the For Each loop does not set the global variables to zero
B4X:
Logs..:
Similarly, can I set multiple elements of a custom type to the same value?
B4X:
Sub Process_Globals...
نام موضوع : itterate with For Each over global variables or custom type
|
دسته : b4xfeed