Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A long list of strings
#4
1. No. Only Ctrl+W.

2.
Macro Macro8
Code:
Copy      Help
out
str u_itape("first") u_ifile u_ispect u_sample u_smpby u_smpdate u_smptime u_anaby u_anadate u_anatime u_idet u_lab1 u_lab2 u_mcatype u_ireg u_ich u_igeo u_vlm u_decay u_samdur u_remarks u_acq_date u_acq_time u_acqby("last")

str* p
for p &u_itape &u_acqby+1 sizeof(str)
,out *p

or

Macro Macro8
Code:
Copy      Help
out
str u_itape("first") u_ifile u_ispect u_sample u_smpby u_smpdate u_smptime u_anaby u_anadate u_anatime u_idet u_lab1 u_lab2 u_mcatype u_ireg u_ich u_igeo u_vlm u_decay u_samdur u_remarks u_acq_date u_acq_time u_acqby("last")

str* p=&u_itape; int i
for i 0 (&u_acqby-p)/sizeof(str)+1
,out p[i]


Messages In This Thread
A long list of strings - by ssimop - 07-11-2018, 07:50 PM
RE: A long list of strings - by Gintaras - 07-12-2018, 10:52 AM
RE: A long list of strings - by ssimop - 07-12-2018, 11:08 AM
RE: A long list of strings - by Gintaras - 07-12-2018, 11:23 AM
RE: A long list of strings - by ssimop - 07-12-2018, 11:38 AM
RE: A long list of strings - by Gintaras - 07-12-2018, 11:55 AM
RE: A long list of strings - by ssimop - 07-12-2018, 12:51 PM
RE: A long list of strings - by Gintaras - 07-12-2018, 06:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)