Please add Load/SaveStructuredData function, to recursive collect all fields in one memory buffer
or/and ExamineStructure , NextStructureField() .
Structure CC
Array a.c(1,5)
b${5}
c.s[10]
;StructureUnion
;EndStructureUnion
EndStructure
Structure BB
;*Nextbb.BB
List a$()
Map b ...
Search found 2 matches
- Tue Jul 23, 2013 1:55 pm
- Forum: Feature Requests and Wishlists
- Topic: SaveStructuredData to File
- Replies: 8
- Views: 1470
- Fri Oct 05, 2012 3:13 pm
- Forum: Coding Questions
- Topic: ReceiveHTTPFile with SpecChar @
- Replies: 2
- Views: 699
ReceiveHTTPFile with SpecChar @
;NOT WORK
InitNetwork()
URL$="http://mt1.google.com/vt/lyrs=h@186000000&hl=ru&x=76593&y=44202&z=17"
;URL$="http://cs304105.userapi.com/u7086891/-14/y_d55be0c9.jpg"
Debug ReceiveHTTPFile(URL$,"C:\out.png")
;WORK
URL$="http://mt1.google.com/vt/lyrs=h@186000000&hl=ru&x=76593&y=44202&z=17 ...
InitNetwork()
URL$="http://mt1.google.com/vt/lyrs=h@186000000&hl=ru&x=76593&y=44202&z=17"
;URL$="http://cs304105.userapi.com/u7086891/-14/y_d55be0c9.jpg"
Debug ReceiveHTTPFile(URL$,"C:\out.png")
;WORK
URL$="http://mt1.google.com/vt/lyrs=h@186000000&hl=ru&x=76593&y=44202&z=17 ...