![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Timofey |
what is their difference?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Timofey |
what is their difference?
![]() |
Reply From: | ejricketts |
size()
is exclusive to arrays (except its relation to PackedData in the documentation), whereas len()
can be used for multiple variable types, such as a string.